bpo-33041: Fixed bytecode generation for "async for" with a complex target. by serhiy-storchaka · Pull Request #6052 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Conversation
…arget. A StopAsyncIteration raised on assigning or unpacking will be now propagated instead of stopping the iteration.
1st1
approved these changes
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖
@serhiy-storchaka: Please replace # with GH- in the commit message next time. Thanks!
Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 24d3201eb7f0b39a7eaf2a5b2a2ceca10ad1f8eb 3.7
Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 24d3201eb7f0b39a7eaf2a5b2a2ceca10ad1f8eb 3.6
jo2y pushed a commit to jo2y/cpython that referenced this pull request
…arget. (python#6052) A StopAsyncIteration raised on assigning or unpacking will be now propagated instead of stopping the iteration.