]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884)
authorVictor Stinner <vstinner@python.org>
Mon, 9 Mar 2020 20:24:14 +0000 (21:24 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 20:24:14 +0000 (21:24 +0100)
commit111e4ee52a1739e7c7221adde2fc364ef4954af2
tree5b68666e414dbef941f07667a55ad9c4e45463b9
parent3225b9f9739cd4bcca372d0fa939cea1ae5c6402
bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884)
Include/internal/pycore_ceval.h
Python/ceval.c
Python/pylifecycle.c