From b9ba07540035004abdc3a29af0e6b43d7f881659 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sat, 19 Jan 2008 21:00:37 +0000 Subject: [PATCH] note about r60104 --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.50.1