[issue27127] Never have GET_ITER not followed by FOR_ITER

Demur Rumed report at bugs.python.org
Sun May 29 14:24:31 EDT 2016


Demur Rumed added the comment:

Attached is the larger potential change of replacing GET_ITER/FOR_ITER with FOR_BEGIN/FOR_ITER. I took awhile to getting this put together due to missing that CONTINUE_LOOP was jumping to the top of the loop, skipping past FOR_ITER

----------
Added file: http://bugs.python.org/file43049/forbegin.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27127>
_______________________________________


More information about the Python-bugs-list mailing list