cpython/Misc/NEWS.d/next
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
..
Build Python 3.11.0b1 2022-05-06 23:53:50 +01:00
C API Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Core and Builtins gh-92261: Disallow iteration of Union (and other special forms) (GH-92262) 2022-05-08 16:21:28 +03:00
Documentation Python 3.11.0b1 2022-05-06 23:53:50 +01:00
IDLE Python 3.11.0a6 2022-03-07 12:32:18 +00:00
Library gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598) 2022-05-08 09:20:34 -07:00
macOS Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Security Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Tests Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Tools-Demos Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Windows Python 3.11.0b1 2022-05-06 23:53:50 +01:00