commit | 73cdb0c6b2c3861e034004cdc57be5e726876078 | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Fri Nov 15 13:28:54 2019 -0800 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Nov 15 13:28:54 2019 -0800 |
tree | 8ba4d48dea974597fd97525cf50b65b688ef6a75 | |
parent | abde52cd8e31830bfc06c5803221faae6172104a [diff] |
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