-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-110052: Fix faulthandler for freed tstate #110069
Conversation
faulthandler now detected freed interp and freed tstate, and no longer dereference them.
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @vstinner, I could not cleanly backport this to |
Sorry, @vstinner, I could not cleanly backport this to |
faulthandler now detected freed interp and freed tstate, and no longer dereference them. (cherry picked from commit 2e37a38)
GH-110071 is a backport of this pull request to the 3.12 branch. |
GH-110072 is a backport of this pull request to the 3.11 branch. |
faulthandler now detected freed interp and freed tstate, and no longer dereference them.
faulthandler now detected freed interp and freed tstate, and no longer dereference them.