mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
news entry for subprocess double close fix.
This commit is contained in:
parent
b5461b9884
commit
893f2ffc7c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue