-
- Downloads
[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 ebb37fc3) Co-authored-by:Gregory P. Smith <greg@krypto.org>
Showing
- Lib/concurrent/futures/process.py 33 additions, 9 deletionsLib/concurrent/futures/process.py
- Lib/test/test_concurrent_futures.py 11 additions, 1 deletionLib/test/test_concurrent_futures.py
- Misc/NEWS.d/next/Library/2022-04-15-22-07-36.gh-issue-90622.0C6l8h.rst 4 additions, 0 deletions...ext/Library/2022-04-15-22-07-36.gh-issue-90622.0C6l8h.rst
Loading
Please register or sign in to comment