summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e810632..f937d55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,6 +283,10 @@ C-API
Library
-------
+- The internals of the subprocess module on POSIX systems have been replaced
+ by an extension module (_posixsubprocess) so that the fork()+exec() can be
+ done safely without the possibility of deadlock in multithreaded applications.
+
- Issue #6472: The xml.etree package is updated to ElementTree 1.3. The
cElementTree module is updated too.