Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-145866: ConvertCALL_INTRINSIC_1 to leave its inputs on the stack to be cleaned up by_POP_TOP.#145964

Merged
markshannon merged 4 commits intopython:mainfrom
Sacul0457:Optimize_CALL_INTRINSIC_1
Mar 16, 2026
Merged

gh-145866: ConvertCALL_INTRINSIC_1 to leave its inputs on the stack to be cleaned up by_POP_TOP.#145964
markshannon merged 4 commits intopython:mainfrom
Sacul0457:Optimize_CALL_INTRINSIC_1

Conversation

@Sacul0457
Copy link
Contributor

@Sacul0457Sacul0457 commentedMar 15, 2026
edited by bedevere-appbot
Loading

Copy link
Member

@Fidget-SpinnerFidget-Spinner left a comment

Choose a reason for hiding this comment

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

Thanks

Sacul0457 reacted with heart emoji
@@ -0,0 +1 @@
Convert ``CALL_INTRINSIC_1`` to leave its inputs on the stack to be cleaned up by ``_POP_TOP``.
Copy link
Member

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.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Deleted, thx

Comment on lines +1252 to +1256
v = value;
DEAD(value);
if (res_o == NULL) {
ERROR_NO_POP();
}

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.

Sacul0457 reacted with thumbs up emoji
@bedevere-app
Copy link

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 phraseI have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@Sacul0457
Copy link
ContributorAuthor

I have made the requested changes; please review again

@bedevere-app
Copy link

Thanks for making the requested changes!

@Fidget-Spinner: please review the changes made to this pull request.

Copy link
Member

@markshannonmarkshannon left a comment

Choose a reason for hiding this comment

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

Looks good, Thanks

@markshannonmarkshannon merged commit37121ef intopython:mainMar 16, 2026
78 of 81 checks passed
@Sacul0457Sacul0457 deleted the Optimize_CALL_INTRINSIC_1 branchMarch 19, 2026 13:22
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@corona10corona10corona10 left review comments

@markshannonmarkshannonmarkshannon approved these changes

@tomasr8tomasr8Awaiting requested review from tomasr8tomasr8 is a code owner

@savannahostrowskisavannahostrowskiAwaiting requested review from savannahostrowskisavannahostrowski is a code owner

@Fidget-SpinnerFidget-SpinnerAwaiting requested review from Fidget-SpinnerFidget-Spinner is a code owner

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@Sacul0457@corona10@markshannon@Fidget-Spinner@savannahostrowski

[8]ページ先頭

©2009-2026 Movatter.jp