]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944)
authorVictor Stinner <vstinner@python.org>
Tue, 5 May 2020 18:33:06 +0000 (20:33 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 18:33:06 +0000 (20:33 +0200)
commitfb2c7c4afbab0514352ab0246b0c0cc85d1bba53
tree0894e024e670aefdfe4d42c828a9628b1354dcce
parent7be4e350aadf93c4be5c97b7291d0db2b6bc1dc4
bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944)

In the experimental isolated subinterpreters build mode,
_xxsubinterpreters.run_string() now releases the GIL.
Modules/_xxsubinterpretersmodule.c