Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-73cdb0c-3.8
Nov 15, 2019
Merged

[3.8] bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)#17178
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-73cdb0c-3.8

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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>
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@miss-islington miss-islington merged commit 7a5d4c7 into python:3.8 Nov 15, 2019
@miss-islington miss-islington deleted the backport-73cdb0c-3.8 branch November 15, 2019 21:36
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants