diff options
author | Gregory P. Smith <greg@krypto.org> | 2013-06-16 01:05:17 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2013-06-16 01:05:17 (GMT) |
commit | 893f2ffc7c8a110f069bb05c66e60632cc49cbef (patch) | |
tree | ae72ec7a0cae8ab33dd9a32e7692e3aa2d5b3ef2 /Misc | |
parent | b5461b9884a1a83ac5c1d03a0f3060b36b695a48 (diff) | |
download | cpython-893f2ffc7c8a110f069bb05c66e60632cc49cbef.zip cpython-893f2ffc7c8a110f069bb05c66e60632cc49cbef.tar.gz cpython-893f2ffc7c8a110f069bb05c66e60632cc49cbef.tar.bz2 |
news entry for subprocess double close fix.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |