commit | 0dd5e7a718997da2026ed64fe054dc36cae4fee7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue May 05 20:16:37 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue May 05 20:16:37 2020 +0200 |
tree | 6c0c35cbdb268e595221a8b52cb0a757852f1384 | |
parent | e838a9324c1719bb917ca81ede8d766b5cb551f4 [diff] |
bpo-40513: new_interpreter() init GIL earlier (GH-19942) Fix also code to handle init_interp_main() failure.