]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)
authorVictor Stinner <vstinner@python.org>
Fri, 22 Nov 2019 20:54:33 +0000 (21:54 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2019 20:54:33 +0000 (21:54 +0100)
commit2ec1a1b307cc893adae4662a32e1d2e94b6908e3
tree5c29f43b1e5d1fef17d7499744a4c9822e99b31d
parent2582d46fbcf7bdf86b9cf4016850b8d155267ac6
bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)
Python/pylifecycle.c