]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-116008: Detect freed thread state in faulthandler (#141988) (#142017)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Nov 2025 16:55:31 +0000 (17:55 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Nov 2025 16:55:31 +0000 (17:55 +0100)
commit80b752285d861ca5d092d02f8e2117b88b54d6d7
tree560307221aefbc91df1fbf05cca9cad8299ebcc0
parent9756d8c63737042db611205b0c33c353d5dbd9c3
[3.13] gh-116008: Detect freed thread state in faulthandler (#141988) (#142017)

gh-116008: Detect freed thread state in faulthandler (#141988)

Add _PyMem_IsULongFreed() function.

(cherry picked from commit d5d9e89dde9843a61b46872b1914c5b75ad05998)
Include/internal/pycore_pymem.h
Python/traceback.c