-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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-96582: fix possible NULL pointer dereference in _PyThread_CurrentFrames #96584
Conversation
kumaraditya303
commented
Sep 5, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Possible NULL pointer dereference in _PyThread_CurrentFrames #96582
407c4c7
to
cc6aed5
Compare
Thanks @kumaraditya303 for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry @kumaraditya303 and @markshannon, I had trouble checking out the |
Thanks @kumaraditya303 for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…honGH-96584) (cherry picked from commit 88a7f66) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
GH-96705 is a backport of this pull request to the 3.11 branch. |