diff options
author | Christian Heimes <christian@python.org> | 2019-08-27 21:36:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 21:36:56 (GMT) |
commit | 98d90f745d35d5d07bffcb46788b50e05eea56c6 (patch) | |
tree | ef3fd981f4f82f06e73b014bc742cf7a5acfebd9 /Misc/NEWS.d | |
parent | 3224e1a6bb23b1b322f5b9424b10ab68c9127dcc (diff) | |
download | cpython-98d90f745d35d5d07bffcb46788b50e05eea56c6.zip cpython-98d90f745d35d5d07bffcb46788b50e05eea56c6.tar.gz cpython-98d90f745d35d5d07bffcb46788b50e05eea56c6.tar.bz2 |
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-08-27-10-03-48.bpo-37951.MfRQgL.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-27-10-03-48.bpo-37951.MfRQgL.rst b/Misc/NEWS.d/next/Library/2019-08-27-10-03-48.bpo-37951.MfRQgL.rst new file mode 100644 index 0000000..18e4c62 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-08-27-10-03-48.bpo-37951.MfRQgL.rst @@ -0,0 +1,2 @@ +Most features of the subprocess module now work again in subinterpreters. +Only *preexec_fn* is restricted in subinterpreters. |