We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5461b9 commit 893f2ffCopy full SHA for 893f2ff
1 file changed
Misc/NEWS
@@ -32,6 +32,10 @@ Core and Builtins
32
Library
33
-------
34
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
+
39
- Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
40
41
- Issue #18109: os.uname() now decodes fields from the locale encoding, and
0 commit comments