]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38858: Add init_interp_main() subfunction (GH-17347)
authorVictor Stinner <vstinner@python.org>
Fri, 22 Nov 2019 16:52:42 +0000 (17:52 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2019 16:52:42 +0000 (17:52 +0100)
commitb00513636c9891deba4cae50217e25e8faf6c6ac
treecb89f289edeb47e66cf5cb33c6ede6fd05ac8a98
parente0c9ab8e26d1648b870b80c296b2490a5e9553e5
bpo-38858: Add init_interp_main() subfunction (GH-17347)

Fix new_interpreter() error handling: undo it all if status is an
exception.
Python/pylifecycle.c