news entry for subprocess double close fix.
authorGregory P. Smith <greg@krypto.org>
Sun, 16 Jun 2013 01:05:17 +0000 (18:05 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 16 Jun 2013 01:05:17 +0000 (18:05 -0700)
Misc/NEWS

index aacf0e62a938ee5d539507528a6127f5a8bc6c56..67bc8dc6b9fae951e820010c0d6ef4758a063756 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,10 @@ Core and Builtins
 Library
 -------
 
+- subprocess: Prevent a possible double close of parent pipe fds when the
+  subprocess exec runs into an error.  Prevent a regular multi-close of the
+  /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL.
+
 - Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
 
 - Issue #18109: os.uname() now decodes fields from the locale encoding, and