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
|
If you want to schedule another build, you need to add the " |
|
If you want to schedule another build, you need to add the " |
|
The 2 buildbots failures are asyncio being flaky on Mac. Not related to this PR. |
PUSH_NULLinstruction.PRECALL_FUNCTIONandPRECALL_METHODintoPRECALL.Changes the current calling sequence:
to this:
See faster-cpython/ideas#267 (comment) for motivation and analysis.
https://bugs.python.org/issue46329
The text was updated successfully, but these errors were encountered: