FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-127705: Adds the missing bits from #131198 by markshannon · Pull Request #131365 · python/cpython · GitHub

/ cpython Public

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

Merged
markshannon merged 1 commit into
python:mainfrom
faster-cpython:handle-tracerefs-part-2
Mar 17, 2025
Merged

GH-127705: Adds the missing bits from #131198#131365
markshannon merged 1 commit into
python:mainfrom
faster-cpython:handle-tracerefs-part-2

Conversation

markshannon commented Mar 17, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

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

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
Comment on lines +447 to +449
#ifdef Py_TRACE_REFS
_Py_ForgetReference(op);
#endif

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This addition breaks builds with Py_TRACE_REFS defined.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL