diff options
author | Gregory P. Smith <greg@krypto.org> | 2022-05-08 17:12:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 17:12:46 (GMT) |
commit | b795376a628ae7cc354addbb926d724ebe364fec (patch) | |
tree | 9dc7492bec2c56107192dbc2caca77ce7e558716 /Python/ceval.c | |
parent | 1dbf69979fb1f104c7607a412b46d0d24d480b5a (diff) | |
download | cpython-b795376a628ae7cc354addbb926d724ebe364fec.zip cpython-b795376a628ae7cc354addbb926d724ebe364fec.tar.gz cpython-b795376a628ae7cc354addbb926d724ebe364fec.tar.bz2 |
[3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92497)
Do not spawn ProcessPool workers on demand when they spawn via fork.
This avoids potential deadlocks in the child processes due to forking from
a multithreaded process..
(cherry picked from commit ebb37fc3fdcb03db4e206db017eeef7aaffbae84)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions