summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-08-27 21:36:56 (GMT)
committerGitHub <noreply@github.com>2019-08-27 21:36:56 (GMT)
commit98d90f745d35d5d07bffcb46788b50e05eea56c6 (patch)
treeef3fd981f4f82f06e73b014bc742cf7a5acfebd9 /Misc/NEWS.d
parent3224e1a6bb23b1b322f5b9424b10ab68c9127dcc (diff)
downloadcpython-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.rst2
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.