commit | 7a5d4c7a8653cb6be126f87731802aa9a4bc90e2 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Nov 15 13:36:49 2019 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 15 13:36:49 2019 -0800 |
tree | 267ba925272cd54e21c359d0e69baf5e6d2a20f3 | |
parent | 25ce77dd2455abbb6e2c9e055bbc98954642fa7c [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 (cherry picked from commit 73cdb0c6b2c3861e034004cdc57be5e726876078) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>