]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
authorVictor Stinner <vstinner@python.org>
Fri, 19 Feb 2021 12:33:31 +0000 (13:33 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 12:33:31 +0000 (13:33 +0100)
commit101bf69ff18a946fed7c274f088878aaf85174cc
tree40aad6b5b086f5eae0135cd9f695365af3be5a2a
parent62078101ea1be5d2fc472a3f0d9d135e0bd5cd38
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)

The _Py_IsMainInterpreter() function now expects interp rather than
tstate.
Include/internal/pycore_pystate.h
Objects/longobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/ceval.c
Python/context.c
Python/import.c
Python/pylifecycle.c
Python/pystate.c