]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Mar 2020 22:49:16 +0000 (23:49 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 22:49:16 +0000 (23:49 +0100)
commit4e53abb0f4773e1cce68a4f41ddbb43e74364c5f
tree355a5073945fa5045a4b1354f9468c589d6d9158
parent88f82b2b9ea3514359cb6e3218121f75334063ac
bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908)

_PyGILState_Init() now returns PyStatus rather than calling
Py_FatalError() on failure.
Include/internal/pycore_pylifecycle.h
Python/pylifecycle.c
Python/pystate.c