]> granicus.if.org Git - python/commitdiff
NEWS entry for subprocess module C extension in r78946.
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 14 Mar 2010 06:52:18 +0000 (06:52 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 14 Mar 2010 06:52:18 +0000 (06:52 +0000)
Misc/NEWS

index e810632cba8591b8a5e0f47fb55df26beb70ce9c..f937d55a0cee9009c0769658878b3a26c7f486fb 100644 (file)
--- 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.