| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
There was a problem hiding this comment.
Yeah, LGTM!
Sorry, something went wrong.
|
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
|
Sorry, @iritkatriel, I could not cleanly backport this to 3.12 due to a conflict. cherry_picker 1f16b4ce569f222af74fcbb7b2ef98eee2398d20 3.12 |
Sorry, something went wrong.
| _PyFrame_ClearLocals(_PyInterpreterFrame *frame) | ||
| { | ||
| assert(frame->stacktop >= 0); | ||
| for (int i = 0; i < frame->stacktop; i++) { |
There was a problem hiding this comment.
I think frame->stacktop = 0; needs to come before the loop to prevent the GC seeing freed objects.
Sorry, something went wrong.
There was a problem hiding this comment.
Let me make a fix for that. NM, approved gh-118478 instead.
Sorry, something went wrong.
… closed (python#118277) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes #118272.
Co-authored-by: Thomas Grainger tagrain@gmail.com