Kaydet (Commit) 893f2ffc authored tarafından Gregory P. Smith's avatar Gregory P. Smith

news entry for subprocess double close fix.

üst b5461b98
...@@ -32,6 +32,10 @@ Core and Builtins ...@@ -32,6 +32,10 @@ Core and Builtins
Library 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 #16102: Make uuid._netbios_getnode() work again on Python 3.
- Issue #18109: os.uname() now decodes fields from the locale encoding, and - Issue #18109: os.uname() now decodes fields from the locale encoding, and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment