cpython/Lib/concurrent
Gregory P. Smith fa4f0a134e
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.
2022-05-06 00:04:53 -07:00
..
futures gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587) 2022-05-06 00:04:53 -07:00
__init__.py