Skip to content

GH-127705: Adds the missing bits from #131198 #131365

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

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Mar 17, 2025

Now that #131238 is mostly done, we can move this code to where it belongs and add the missing calls to _PyReftracerTrack

@markshannon markshannon changed the title GH-127705: Adds the missing bits from https://github.com/python/cpython/pull/131198 GH-127705: Adds the missing bits from #131198 Mar 17, 2025
@markshannon markshannon merged commit fd545d7 into python:main Mar 17, 2025
49 checks passed
Comment on lines +447 to +449
#ifdef Py_TRACE_REFS
_Py_ForgetReference(op);
#endif
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This addition breaks builds with Py_TRACE_REFS defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants