-
- Downloads
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
Prevent `max_tasks_per_child` use with a "fork" mp_context to avoid deadlocks. Also defaults to "spawn" when no mp_context is supplied for safe convenience.
Showing
- Doc/library/concurrent.futures.rst 5 additions, 2 deletionsDoc/library/concurrent.futures.rst
- Lib/concurrent/futures/process.py 17 additions, 7 deletionsLib/concurrent/futures/process.py
- Lib/test/test_concurrent_futures.py 16 additions, 2 deletionsLib/test/test_concurrent_futures.py
- Misc/NEWS.d/next/Library/2022-04-15-18-32-38.gh-issue-90622.WQjFDe.rst 5 additions, 0 deletions...ext/Library/2022-04-15-18-32-38.gh-issue-90622.WQjFDe.rst
Loading
Please register or sign in to comment