-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
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
bpo-46329: Change calling sequence (again) #31373
Conversation
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 2160311 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 62e38ec 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
The 2 buildbots failures are asyncio being flaky on Mac. Not related to this PR. |
PUSH_NULL
instruction.PRECALL_FUNCTION
andPRECALL_METHOD
intoPRECALL
.Changes the current calling sequence:
to this:
See faster-cpython/ideas#267 (comment) for motivation and analysis.
https://bugs.python.org/issue46329