-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
gh-98831: Modernize CALL_FUNCTION_EX #101627
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
Conversation
On top of that the tests fail. Going back into draft mode. |
Also avoid compiler warning for unused variable 'null' (used in assert only).
10dcbec
to
19307ba
Compare
🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 19307ba 🤖 If you want to schedule another build, you need to add the |
@iritkatriel Crash fixed, warning fixed, tests passed, refleak buildbots are running. Ready for your review. |
I'm taking the PPC64LE RHEL8 Refleaks PR buildbot failure as a flake. |
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.