]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Nov 2019 16:34:39 +0000 (17:34 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 16:34:39 +0000 (17:34 +0100)
commitfff7bbfdb6b7c143b73b6b4b6b40e828c101110c
tree36493fb3f956d9c5867b7312a0916c38956d0e13
parentdb7925a1cac361ad8c94123a38b00b70f306c48d
bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)
Include/internal/pycore_pystate.h
Modules/_threadmodule.c
Python/pystate.c