mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
b795376a62
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>