]> granicus.if.org Git - python/commitdiff
note about r60104
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 19 Jan 2008 21:00:37 +0000 (21:00 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 19 Jan 2008 21:00:37 +0000 (21:00 +0000)
Misc/NEWS

index b20273d9b25f412408253296874c414cabf5f397..a068876bad4c93f064ef7b0486e0d588d4777c5e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -369,6 +369,10 @@ Core and builtins
 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.