]> granicus.if.org Git - python/commit
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Mar 2018 16:22:34 +0000 (18:22 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Mar 2018 16:22:34 +0000 (18:22 +0200)
commit24d3201eb7f0b39a7eaf2a5b2a2ceca10ad1f8eb
tree873738d8e87c4929a165e5541e11b29a69dd1e99
parent5e80a71ab67045fecec46573a1892e240b569ace
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052)

A StopAsyncIteration raised on assigning or unpacking will be now propagated
instead of stopping the iteration.
Lib/test/test_coroutines.py
Misc/NEWS.d/next/Core and Builtins/2018-03-10-15-16-40.bpo-33041.-ak5Fk.rst [new file with mode: 0644]
Python/compile.c