cpython/Lib/concurrent/futures
Gregory P. Smith ebb37fc3fd
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.
2022-05-08 09:20:34 -07:00
..
__init__.py bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887) 2022-02-23 02:25:00 +02:00
_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. (#91598) 2022-05-08 09:20:34 -07:00
thread.py bpo-45021: Fix a hang in forked children (GH-28007) 2021-09-20 11:30:19 -07:00