[Python-checkins] cpython (3.3): news entry for subprocess double close fix.

gregory.p.smith python-checkins at python.org
Sun Jun 16 03:15:11 CEST 2013


http://hg.python.org/cpython/rev/7e06a99bb821
changeset:   84161:7e06a99bb821
branch:      3.3
user:        Gregory P. Smith <greg at krypto.org>
date:        Sat Jun 15 18:05:17 2013 -0700
summary:
  news entry for subprocess double close fix.

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,10 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list