Skip to content

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.

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

Successfully merging this pull request may close these issues.

3 participants