-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-130382: add missing _PyReftracerTrack to ceval DECREF #130689
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
Conversation
|
🤖 New build scheduled with the buildbot fleet by @colesbury for commit 5f423bc 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F130689%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
Thanks @tom-pytel for the PR, and @colesbury for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @tom-pytel and @colesbury, I could not cleanly backport this to
|
…DECREF` (pythonGH-130689) (cherry picked from commit c5abded) Co-authored-by: Tomasz Pytel <[email protected]>
GH-131195 is a backport of this pull request to the 3.13 branch. |
Thanks Tom! |
GH-130689) (#131195) (cherry picked from commit c5abded) Co-authored-by: Tomasz Pytel <[email protected]>
Confirmed
PyRefTracer_DESTROY
not being sent (with GIL enabled (non-debug build)) whenceval
deallocs objects, this fixes it. I don't know of a current method to add a regression test in python (will address in a separate PR).See: #130696
_PyReftracerTrack(op, PyRefTracer_DESTROY)
#130382