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

bpo-43683: Streamline YIELD_VALUE and SEND #30723

Merged
merged 5 commits into from
Jan 24, 2022

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Jan 20, 2022

Adds a new opcode ASYNC_GEN_WRAP, so that YIELD_VALUE does not need to special case async generators.
Doing so allows us to simplify SEND as it no longer sends and yields, just sends.

https://bugs.python.org/issue43683

@markshannon markshannon requested a review from 1st1 as a code owner January 20, 2022 17:18
@markshannon markshannon added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 21, 2022
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @markshannon for commit 175bd7c 🤖

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

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 21, 2022
@markshannon
Copy link
Member Author

Buildbot failures are unrelated to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants