bpo-46329: Streamline calling sequence a bit. by markshannon · Pull Request #31465 · python/cpython
Conversation
Member
This PR:
- Removes the
call_shapestruct, except thekw_namesfield for keyword arguments. - Moves the
KW_NAMESinstruction before thePRECALL. - Changes the operand of
CALLto match that ofPRECALL.
See faster-cpython/ideas#267 (comment) for rationale.
markshannon added 6 commits
bedevere-bot
added
the
awaiting core review
label
the-knights-who-say-ni
added
the
CLA signed
label
markshannon
force-pushed
the
streamline-call-shape
branch
from
1a9cdfb to
77328c7
Compare
markshannon
added
the
🔨 test-with-buildbots
label
bedevere-bot
commented
Feb 21, 2022
bedevere-bot commented
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 77328c7 🤖
If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.
bedevere-bot
removed
the
🔨 test-with-buildbots
label
markshannon
commented
Feb 21, 2022
markshannon commented
Member Author
The failures seem to be the usual asyncio flakiness and maybe a deadlock on the s390x buildbot.
The ARM64 Windows seems to be failing while linking.
All unrelated to this PR, although there are a couple of Windows compiler warnings to fix.
markshannon
merged commit
59585d6
into
python:main
bedevere-bot
removed
the
awaiting core review
label
markshannon
deleted the
streamline-call-shape
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment