]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40513: new_interpreter() init GIL earlier (GH-19942)
authorVictor Stinner <vstinner@python.org>
Tue, 5 May 2020 18:16:37 +0000 (20:16 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 18:16:37 +0000 (20:16 +0200)
commit0dd5e7a718997da2026ed64fe054dc36cae4fee7
tree6c0c35cbdb268e595221a8b52cb0a757852f1384
parente838a9324c1719bb917ca81ede8d766b5cb551f4
bpo-40513: new_interpreter() init GIL earlier (GH-19942)

Fix also code to handle init_interp_main() failure.
Python/pylifecycle.c