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: ConvertDICT_MERGE to leave its inputs on the stack to be cleaned up by_POP_TOP#146329
gh-145866: ConvertDICT_MERGE to leave its inputs on the stack to be cleaned up by_POP_TOP#146329NekoAsakura wants to merge 1 commit intopython:mainfrom
DICT_MERGE to leave its inputs on the stack to be cleaned up by_POP_TOP#146329Conversation
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
cb103b2 toc403d21CompareMost changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
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 for your contribution, and welcome to CPython :)!
Uh oh!
There was an error while loading.Please reload this page.
…k to be cleaned up by `_POP_TOP`
c403d21 to2ba88b0CompareFidget-Spinner commentedMar 23, 2026
@NekoAsakura sorry, for CPython we don't force push, as all commits are squash-merged. So just do normal commits and I'll squash it at the end. Thank you! |
NekoAsakura commentedMar 23, 2026
Thanks for the review and the warm welcome(^^)! Changes applied. |
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.
LGTM. Thanks!
Uh oh!
There was an error while loading.Please reload this page.
_POP_TOP#145866