From: Gregory P. Smith Date: Sat, 19 Jan 2008 21:00:37 +0000 (+0000) Subject: note about r60104 X-Git-Tag: v2.6a1~521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9ba07540035004abdc3a29af0e6b43d7f881659;p=python note about r60104 --- diff --git a/Misc/NEWS b/Misc/NEWS index b20273d9b2..a068876bad 100644 --- 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.