-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-38778: Document that os.fork is not allowed in subinterpreters #17123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). Recognized GitHub usernameWe couldn't find a bugs.python.org (b.p.o) account corresponding to the following GitHub usernames: This might be simply due to a missing "GitHub Name" entry in one's b.p.o account settings. This is necessary for legal reasons before we can look at this contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
Could you add a versionchanged marker in the docs for this? |
Thanks for your time @phmc, and welcome to CPython! 😎 I assume that you've seen the bot's message about the CLA? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a couple of minor suggestions, but otherwise this looks good:
Misc/NEWS.d/next/Documentation/2019-11-12-15-31-09.bpo-38778.PHhTlv.rst
Outdated
Show resolved
Hide resolved
…HhTlv.rst Co-Authored-By: Brandt Bucher <brandtbucher@gmail.com>
Thanks guys. Just needed to associate my github account with my bpo account (I've not contributed anything since the hg days :)) I've changed the note to a versionchanged (didn't seem helpful to keep both) and incorporated Brandt's suggestions. |
Thanks @phmc! The Travis failure looks like an issue on their end, unrelated to your changes. Pushing to your branch or closing-and-reopening this PR (not making a new one) should re-trigger the build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Gave travis a kick as suggested by Brandt, looks like everything has come back clean now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FYI, I basically copied-and-pasted your text for the forkpty()
doc entry.
Also, there are some related changed to be made to the C-API docs, but I'll do that separately.
@phmc: Status check is done, and it's a success ✅ . |
Thanks @phmc for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
I'm having trouble backporting to |
Congrats on your first CPython contribution @phmc! 🍾 Looking forward to seeing more from you in the future. |
Thanks @phmc for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry @phmc, I had trouble checking out the |
Thanks @phmc for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
…ythonGH-17123) Small docs update for [bpo-34651](https://bugs.python.org/issue34651). Other references to fork (e.g. the PyOS.*Fork functions or discussions of fork() when embedding Python) point back to os.fork, so I don't think any other updates are needed. https://bugs.python.org/issue38778 Automerge-Triggered-By: @ericsnowcurrently (cherry picked from commit b220300) Co-authored-by: Phil Connell <pconnell@gmail.com>
GH-17179 is a backport of this pull request to the 3.8 branch. |
…H-17123) Small docs update for [bpo-34651](https://bugs.python.org/issue34651). Other references to fork (e.g. the PyOS.*Fork functions or discussions of fork() when embedding Python) point back to os.fork, so I don't think any other updates are needed. https://bugs.python.org/issue38778 Automerge-Triggered-By: @ericsnowcurrently (cherry picked from commit b220300) Co-authored-by: Phil Connell <pconnell@gmail.com>
…ythonGH-17123) Small docs update for [bpo-34651](https://bugs.python.org/issue34651). Other references to fork (e.g. the PyOS.*Fork functions or discussions of fork() when embedding Python) point back to os.fork, so I don't think any other updates are needed. https://bugs.python.org/issue38778 Automerge-Triggered-By: @ericsnowcurrently
…ythonGH-17123) Small docs update for [bpo-34651](https://bugs.python.org/issue34651). Other references to fork (e.g. the PyOS.*Fork functions or discussions of fork() when embedding Python) point back to os.fork, so I don't think any other updates are needed. https://bugs.python.org/issue38778 Automerge-Triggered-By: @ericsnowcurrently
Small docs update for bpo-34651.
Other references to fork (e.g. the PyOS.*Fork functions or discussions of fork() when embedding Python) point back to os.fork, so I don't think any other updates are needed.
https://bugs.python.org/issue38778
Automerge-Triggered-By: @ericsnowcurrently