diff options
author | Gregory P. Smith <greg@krypto.org> | 2022-05-08 16:20:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 16:20:34 (GMT) |
commit | ebb37fc3fdcb03db4e206db017eeef7aaffbae84 (patch) | |
tree | 11824a40e84b9841d17040751a98ec4576fda4d9 /Python | |
parent | a84a56d80fa3d9a5909d074bbcd2efff7ef8f1b7 (diff) | |
download | cpython-ebb37fc3fdcb03db4e206db017eeef7aaffbae84.zip cpython-ebb37fc3fdcb03db4e206db017eeef7aaffbae84.tar.gz cpython-ebb37fc3fdcb03db4e206db017eeef7aaffbae84.tar.bz2 |
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions