]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 15 Nov 2019 21:28:54 +0000 (13:28 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Nov 2019 21:28:54 +0000 (13:28 -0800)
commit73cdb0c6b2c3861e034004cdc57be5e726876078
tree8ba4d48dea974597fd97525cf50b65b688ef6a75
parentabde52cd8e31830bfc06c5803221faae6172104a
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-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
Doc/c-api/init.rst
Doc/c-api/sys.rst
Misc/NEWS.d/next/Documentation/2019-11-15-11-39-13.bpo-38816.vUaSVL.rst [new file with mode: 0644]