-
- Downloads
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.
Showing
- Lib/concurrent/futures/process.py 34 additions, 10 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