blob: af9ccfd89f5d322a96696977303351bab542d591 [file] [log] [blame]
Fixed bytecode generation for "async for" with a complex target. A
StopAsyncIteration raised on assigning or unpacking will be now propagated
instead of stopping the iteration.