[issue33041] Issues with "async for"

Serhiy Storchaka report at bugs.python.org
Tue Mar 20 02:46:02 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I'm surprised, but seems PR 6154 fixes the whole issue 3 in 3.7.

It keeps only one POP_BLOCK corresponding to SETUP_LOOP. It also make the generated bytecode a tiny bit more efficient (less jumps).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33041>
_______________________________________


More information about the Python-bugs-list mailing list