Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 893f2ff

Browse files
committed
news entry for subprocess double close fix.
1 parent b5461b9 commit 893f2ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Core and Builtins
3232
Library
3333
-------
3434

35+
- subprocess: Prevent a possible double close of parent pipe fds when the
36+
subprocess exec runs into an error. Prevent a regular multi-close of the
37+
/dev/null fd when any of stdin, stdout and stderr was set to DEVNULL.
38+
3539
- Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
3640

3741
- Issue #18109: os.uname() now decodes fields from the locale encoding, and

0 commit comments

Comments
 (0)