Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-98831: Modernize CALL_FUNCTION_EX #101627

Merged
merged 3 commits into from
Feb 8, 2023

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Feb 7, 2023

This is a straightforward use of a conditional input stack effect. The one tricky bit is that I had to cherry-pick a fix for CHECK_EVAL_BREAKER() from gh-101508. Whichever lands first, the other will have to drop that commit.

@gvanrossum
Copy link
Member Author

On top of that the tests fail. Going back into draft mode.

@gvanrossum gvanrossum marked this pull request as draft February 7, 2023 05:18
@gvanrossum gvanrossum added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Feb 7, 2023
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 19307ba 🤖

If you want to schedule another build, you need to add the :hammer: test-with-refleak-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Feb 7, 2023
@gvanrossum gvanrossum marked this pull request as ready for review February 7, 2023 21:59
@gvanrossum
Copy link
Member Author

@iritkatriel Crash fixed, warning fixed, tests passed, refleak buildbots are running. Ready for your review.

@gvanrossum
Copy link
Member Author

I'm taking the PPC64LE RHEL8 Refleaks PR buildbot failure as a flake.

@gvanrossum gvanrossum merged commit a9f0144 into python:main Feb 8, 2023
@gvanrossum gvanrossum deleted the call-function-ex branch February 8, 2023 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants