]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
authorVictor Stinner <vstinner@python.org>
Tue, 5 May 2020 14:41:11 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 14:41:11 +0000 (16:41 +0200)
commitc5fa364f4ea836f25dd07cfb328152d40a568371
tree34e2aa87ac5abc14ac1d79eb0f862fb526fda481
parent0b1e3307e24b0af45787ab6456535b8346e0239a
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)

Add --with-experimental-isolated-subinterpreters build option to
configure: better isolate subinterpreters, experimental build mode.

When used, force the usage of the libc malloc() memory allocator,
since pymalloc relies on the unique global interpreter lock (GIL).
Misc/NEWS.d/next/Build/2020-05-05-15-39-11.bpo-40514.bZZmuS.rst [new file with mode: 0644]
Python/preconfig.c
configure
configure.ac
pyconfig.h.in