cpython/Lib/concurrent/futures
Miss Islington (bot) 4270b7927d
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92495)
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 ebb37fc3fd)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2022-05-08 10:14:14 -07:00
..
__init__.py
_base.py concurrent.futures: Fix typo in docstring (#92121) 2022-05-02 09:05:26 -06:00
process.py gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92495) 2022-05-08 10:14:14 -07:00
thread.py