gh-103906: Avoid refcount changes for True, False, None#103907
gh-103906: Avoid refcount changes for True, False, None#103907hauntsaninja wants to merge 1 commit intopython:mainfrom
Conversation
|
I was literally about to open this exact same PR! 🙂 I'll just diff it with my branch and see what's different, haha. |
brandtbucher
left a comment
There was a problem hiding this comment.
So, my branch has everything in this branch, except it also removes refcounts from UNARY_NOT, POP_JUMP_IF_FALSE, POP_JUMP_IF_TRUE, POP_JUMP_IF_NONE, and POP_JUMP_IF_NOT_NONE, and PyBool_FromLong.
|
When you're done making the requested changes, leave the comment: And if you don't make the requested changes, you will be put in the comfy chair! |
|
See #103909 for comparison. |
Uh oh!
There was an error while loading. Please reload this page.