We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c886c commit 4d41968Copy full SHA for 4d41968
1 file changed
Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
23
Library
24
-------
25
26
+- Issue #6643: Reinitialize locks held within the threading module after fork
27
+ to avoid a potential rare deadlock or crash on some platforms.
28
+
29
- Issue #10806, issue #9905: Fix subprocess pipes when some of the standard
30
file descriptors (0, 1, 2) are closed in the parent process. Initial
31
patch by Ross Lagerwall.
0 commit comments