Skip to content
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

[3.8] bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) #17178

Merged
merged 1 commit into from Nov 15, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 15, 2019

The C-API docs are a bit sparse on the interplay between C fork() and the CPython runtime. This change adds some more information on the subject.

https://bugs.python.org/issue38816
(cherry picked from commit 73cdb0c)

Co-authored-by: Eric Snow ericsnowcurrently@gmail.com

https://bugs.python.org/issue38816

Automerge-Triggered-By: @ericsnowcurrently

…pythonGH-17176)

The C-API docs are a bit sparse on the interplay between C `fork()` and the CPython runtime.  This change adds some more information on the subject.

https://bugs.python.org/issue38816
(cherry picked from commit 73cdb0c)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
@bedevere-bot bedevere-bot added docs awaiting review labels Nov 15, 2019
@ericsnowcurrently ericsnowcurrently added the 🤖 automerge label Nov 15, 2019
@ericsnowcurrently ericsnowcurrently self-requested a review Nov 15, 2019
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Nov 15, 2019

@ericsnowcurrently: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 7a5d4c7 into python:3.8 Nov 15, 2019
5 checks passed
@miss-islington miss-islington deleted the backport-73cdb0c-3.8 branch Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed docs 🤖 automerge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants