Uh oh!
There was an error while loading. Please reload this page.
Remove unused DPRINTF in ceval.c - #129282
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
chris-eibl
commented
Jan 25, 2025
PS: I've stumbled over the immediately following lines ; // dummy statement after a label, before a declarationuint16_tuopcode;where I think the first can be removed and the second dedented? |
Fidget-Spinner
commented
Jan 25, 2025
This shouldn't be tied to the tail call issue, as it's an unrelated improvement. Otherwise everything LGTM. Thanks!. I'll just de-link it and approve it. |
Fidget-Spinner
commented
Jan 25, 2025
Woops forgot to submit the approval, but I did look through it before merging. Sorry! |
chris-eibl
commented
Jan 25, 2025
Is this worth a PR? If so, I'd happily create one. Most probably again a |
Fidget-Spinner
commented
Jan 26, 2025
I think that's used in the tier 2 interpreter? |
Edited: please scratch that, that's part of |
chris-eibl
commented
Jan 26, 2025
Oh, sorry, my bad, I think now understand. That belongs to // Tier 2 is also here!enter_tier_two:about 25 lines above, in case Sorry for the noise. |
Per encouragement from @Fidget-Spinner in #129113 (comment).
DPRINTFwas introduced in 7e135a4, but is currently unused.Alternatively, I can modify it to use
frame->lltrace, sincelltracehas been moved into the frame (#129113).I think this is a
skip news?