Skip to content

bpo-39161: Document multi-phase init modules under Py_NewInterpreter()#17896

Merged
miss-islington merged 2 commits into
python:masterfrom
encukou:pynewinterpreter-docs
Jan 9, 2020
Merged

bpo-39161: Document multi-phase init modules under Py_NewInterpreter()#17896
miss-islington merged 2 commits into
python:masterfrom
encukou:pynewinterpreter-docs

Conversation

@encukou

@encukou encukou commented Jan 7, 2020

Copy link
Copy Markdown
Member

+ this also adds a stronger warning against sharing objects between (sub-)interpreters.

https://bugs.python.org/issue39161

Automerge-Triggered-By: @encukou

This also adds a stronger warning against sharing objects between
(sub-)interpreters.
@encukou encukou added docs Documentation in the Doc dir skip news labels Jan 7, 2020
@ncoghlan ncoghlan changed the title bpo-37194: Document multi-phase init modules under Py_NewInterpreter() bpo-39161: Document multi-phase init modules under Py_NewInterpreter() Jan 7, 2020

@ncoghlan ncoghlan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a couple of copy-editing comments inline.

Comment thread Doc/c-api/init.rst Outdated
Comment thread Doc/c-api/init.rst
Comment thread Doc/c-api/init.rst Outdated
@ncoghlan

ncoghlan commented Jan 7, 2020

Copy link
Copy Markdown
Contributor

Note: I also fixed up the b.p.o links to refer the right issue (this had been confused with the VectorCall one).

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, I can't merge this PR. Reason: Base branch was modified. Review and try the merge again..

@miss-islington miss-islington merged commit 6c5d661 into python:master Jan 9, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 9, 2020
pythonGH-17896)

\+ this also adds a stronger warning against sharing objects between (sub-)interpreters.

https://bugs.python.org/issue39161
(cherry picked from commit 6c5d661)

Co-authored-by: Petr Viktorin <[email protected]>
@bedevere-bot

Copy link
Copy Markdown

GH-17918 is a backport of this pull request to the 3.8 branch.

@encukou encukou deleted the pynewinterpreter-docs branch January 9, 2020 12:06
miss-islington added a commit that referenced this pull request Jan 9, 2020
GH-17896)

\+ this also adds a stronger warning against sharing objects between (sub-)interpreters.

https://bugs.python.org/issue39161
(cherry picked from commit 6c5d661)

Co-authored-by: Petr Viktorin <[email protected]>
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
pythonGH-17896)

\+ this also adds a stronger warning against sharing objects between (sub-)interpreters.



https://bugs.python.org/issue39161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants