]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116008: Detect freed thread state in faulthandler (#141988)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Nov 2025 11:35:00 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Nov 2025 11:35:00 +0000 (12:35 +0100)
commitd5d9e89dde9843a61b46872b1914c5b75ad05998
tree89978e9001feb4a95f9d51c82fb10e10acc2bea4
parent83d8134c5b13a1c2f26176a60d5b1e3478fe92bd
gh-116008: Detect freed thread state in faulthandler (#141988)

Add _PyMem_IsULongFreed() function.
Include/internal/pycore_pymem.h
Python/traceback.c