| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good.
I quickly checked the other uses of _PyFrame_GetStackPointer(frame) and this is the odd one out.
Sorry, something went wrong.
|
Thanks @gaogaotiantian for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, something went wrong.
|
Sorry, @gaogaotiantian and @markshannon, I could not cleanly backport this to 3.11 due to a conflict. |
Sorry, something went wrong.
|
GH-102807 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
frame->stacktop = 1 is missing on trace entry which could cause the gc on another thread to access freed memory.