[Python-checkins] r60105 - python/trunk/Misc/NEWS

gregory.p.smith python-checkins at python.org
Sat Jan 19 22:00:38 CET 2008


Author: gregory.p.smith
Date: Sat Jan 19 22:00:37 2008
New Revision: 60105

Modified:
   python/trunk/Misc/NEWS
Log:
note about r60104


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Jan 19 22:00:37 2008
@@ -369,6 +369,10 @@
 Library
 -------
 
+- #1336: fix a race condition in subprocess.Popen if the garbage
+  collector kicked in at the wrong time that would cause the process
+  to hang when the child wrote to stderr.
+
 - #1146: fix how textwrap breaks a long word that would start in the
   last column of a line.
 


More information about the Python-checkins mailing list