]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228)
authorVictor Stinner <vstinner@python.org>
Tue, 19 May 2020 22:27:46 +0000 (00:27 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 22:27:46 +0000 (00:27 +0200)
commit9512ad74b0fcaff023c1ade75313dc8e249aef78
treed8a0949f5e3cea7910a33b8ec7d723804e21d8dd
parentb008445a7b93c8c5d4773d33277c6fe815afca7b
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228)

Remove --with-experimental-isolated-subinterpreters configure option
in Python 3.9: the experiment continues in the master branch, but
it's no longer needed in 3.9.
21 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_interp.h
Include/internal/pycore_pystate.h
Include/internal/pycore_runtime.h
Misc/NEWS.d/next/Build/2020-05-19-17-43-38.bpo-40514.gW-66U.rst [new file with mode: 0644]
Modules/_xxsubinterpretersmodule.c
Modules/gcmodule.c
Objects/dictobject.c
Objects/frameobject.c
Objects/listobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/ceval.c
Python/ceval_gil.h
Python/preconfig.c
Python/pylifecycle.c
Python/pystate.c
configure
configure.ac
pyconfig.h.in