commit | 33fc744ea34f06ae185a28ab22f36130e6d3f5b9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Aug 30 23:38:13 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Aug 30 23:38:13 2013 +0200 |
tree | 9b3cf7ec8ee07b25f02f25a477297580f04c9496 | |
parent | 30a5445b30bb627a64b2d30788f6db58f6db3ae1 [diff] [blame] |
Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting.
diff --git a/Misc/NEWS b/Misc/NEWS index 9544b3b..0db727f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #18851: Avoid a double close of subprocess pipes when the child + process fails starting. + - Issue #18418: After fork(), reinit all threads states, not only active ones. Patch by A. Jesse Jiryu Davis.