]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794) (gh...
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 28 Nov 2023 00:58:02 +0000 (17:58 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2023 00:58:02 +0000 (00:58 +0000)
commit82ae5a609d9a2c0ff2384527a18ff1caf7410052
treecff9bfd9647110dca841fdac8668b6f8a0ebf503
parentdaf9ff99f9909c72e002746e51cbb9051ee0a1b6
[3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794) (gh-110705)

Essentially, we should check the thread ID rather than the thread state pointer.
Doc/data/python3.12.abi
Include/internal/pycore_interp.h
Include/internal/pycore_pystate.h
Include/internal/pycore_runtime.h
Lib/test/test_interpreters.py
Misc/NEWS.d/next/Core and Builtins/2023-09-25-09-24-10.gh-issue-109793.zFQBkv.rst [new file with mode: 0644]
Python/pystate.c