]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 19 Nov 2024 00:11:12 +0000 (17:11 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 00:11:12 +0000 (00:11 +0000)
commitd6b3e78504b3168c432b20002dbcf8ec9a435e61
tree80f67fcc0eb7b52b925117e674db1845c870dd62
parent0063f5f314350ad5122a86f31df65f5dff4f4e5c
gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988)

We replace it with _PyErr_SetInterpreterAlreadyRunning().
Include/internal/pycore_pystate.h
Python/crossinterp.c
Python/pystate.c