Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.3k
gh-145866: ConvertCALL_INTRINSIC_1 to leave its inputs on the stack to be cleaned up by_POP_TOP.#145964
Conversation
Fidget-Spinner left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks
| @@ -0,0 +1 @@ | |||
| Convert ``CALL_INTRINSIC_1`` to leave its inputs on the stack to be cleaned up by ``_POP_TOP``. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
nit: NEWS.d is not needed until this is affected to end-users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Deleted, thx
…e-145866.1oBN2p.rst
Python/bytecodes.c Outdated
| v = value; | ||
| DEAD(value); | ||
| if (res_o == NULL) { | ||
| ERROR_NO_POP(); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Sorry I made a mistake, I thinkv should only transfer ownership after the error branch.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sacul0457 commentedMar 15, 2026
I have made the requested changes; please review again |
Thanks for making the requested changes! @Fidget-Spinner: please review the changes made to this pull request. |
markshannon left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good, Thanks
37121ef intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
_POP_TOP#145866