]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-104437)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 15 May 2023 19:59:26 +0000 (13:59 -0600)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 19:59:26 +0000 (13:59 -0600)
commit26baa747c2ebc2beeff769bb07b5fb5a51ad5f4b
treee54b52c2c950d59a20f4b0658d8eb2af3adec246
parentcb88ae635e96d7020ba6187bcfd45ace4dcd8395
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-104437)

With the move to a per-interpreter GIL, this check slipped through the cracks.
Include/cpython/pylifecycle.h
Include/internal/pycore_interp.h
Modules/_asynciomodule.c
Modules/_io/bufferedio.c
Modules/_sqlite/connection.c
Modules/_winapi.c
Python/_warnings.c
Python/ceval_gil.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c