Files
python-uncompyle6/test/simple_source/stmts/15_for_if.py
rocky 7a2703634f Fix up looping by reinstating JUMP_ABSOLUTE -> JUMP_BACK or CONTINUE
get jump offsets into jump attributes. Fix up 3.2 scanner paritally
and use that in 3.4 for in cross version disassembly.
2015-12-26 03:06:03 -05:00

6 lines
69 B
Python

if __name__:
for i in (1,2):
x = 3
pass
pass