]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483)
authorVictor Stinner <vstinner@python.org>
Fri, 6 Dec 2019 02:37:07 +0000 (03:37 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 02:37:07 +0000 (03:37 +0100)
commitd863ade0c7fa4826e8b71aa467809c83a711f019
tree8a213b29df7a82b952a6a741f6265cff66b5b8b2
parent81fe5bd3d78f9bb955f8255404d99df27a31c36a
bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483)

Add a new pycore_interp_init() function called by new_interpreter()
and pyinit_config().
Python/pylifecycle.c