]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110052: Fix faulthandler for freed tstate (#110069)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Sep 2023 02:04:06 +0000 (04:04 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 02:04:06 +0000 (02:04 +0000)
commit2e37a38bcbfbe1357436e030538290e7d00b668d
tree65166d46d6e1b41dbe93485347f26ed01eaa31b2
parent235aacdeed71afa6572ffad15155e781cc70bad1
gh-110052: Fix faulthandler for freed tstate (#110069)

faulthandler now detected freed interp and freed tstate, and no
longer dereference them.
Modules/faulthandler.c
Python/traceback.c