diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-08 18:22:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 18:22:36 (GMT) |
commit | 8e523c1151a4a6a1a239238dfd0cdae51e815dfe (patch) | |
tree | fabe3d7a802fe293810039dc9f2c0e016308e947 /Python/dynload_shlib.c | |
parent | 08907ad687638a7518fd15243f8cba592e94370c (diff) | |
download | cpython-8e523c1151a4a6a1a239238dfd0cdae51e815dfe.zip cpython-8e523c1151a4a6a1a239238dfd0cdae51e815dfe.tar.gz cpython-8e523c1151a4a6a1a239238dfd0cdae51e815dfe.tar.bz2 |
[3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (GH-92497) (#92499)
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>
(cherry picked from commit b795376a628ae7cc354addbb926d724ebe364fec)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python/dynload_shlib.c')
0 files changed, 0 insertions, 0 deletions