gh-126076: Account for relocated objects in tracemalloc#126077
gh-126076: Account for relocated objects in tracemalloc#126077pablogsal merged 8 commits intopython:mainfrom
Conversation
|
CC @vstinner |
Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner
left a comment
There was a problem hiding this comment.
LGTM. But I suggest adding parenthesis in the macro implementation to avoid macro pitfals.
Will do |
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
markshannon
left a comment
There was a problem hiding this comment.
Can you make sure that all calls to _PyReftracerTrack are directly before the relevant free, to make it easier to merge them when we fix #125790
Yup! |
picnixz
left a comment
There was a problem hiding this comment.
(I would have suggested using uppercase names for the macro but it wouldn't be consistent with the rest of the macros so I gave up)
Misc/NEWS.d/next/Core_and_Builtins/2024-10-28-13-18-16.gh-issue-126076.MebZuS.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Core_and_Builtins/2024-10-28-13-18-16.gh-issue-126076.MebZuS.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
What's the status of this issue? |
|
I just need to land it after checking that I have addressed everything (I was on vacation 😉) |
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Misc/NEWS.d/next/Core_and_Builtins/2024-10-28-13-18-16.gh-issue-126076.MebZuS.rst
Outdated
Show resolved
Hide resolved
…e-126076.MebZuS.rst
|
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Sorry, @pablogsal, I could not cleanly backport this to |
|
GH-127823 is a backport of this pull request to the 3.13 branch. |
…ythonGH-126077) (cherry picked from commit 30aeb00) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.