◐ Shell
clean mode source ↗

bpo-33041: Fixed bytecode generation for "async for" with a complex target. by serhiy-storchaka · Pull Request #6052 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

…arget.

A StopAsyncIteration raised on assigning or unpacking will be now propagated
instead of stopping the iteration.

1st1

1st1 approved these changes Mar 10, 2018

@miss-islington

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot

@serhiy-storchaka: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington

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

@miss-islington

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

Mar 23, 2018
…arget. (python#6052)

A StopAsyncIteration raised on assigning or unpacking will be now propagated
instead of stopping the iteration.

Labels

type-bug

An unexpected behavior, bug, or error