Files
python-uncompyle6/test/simple_source/looping/04_while1_while1.py
rocky fe46015b78 PY3 COME_FROM_LOOP bug
There are still more in sre...
2016-09-27 04:59:06 -04:00

10 lines
184 B
Python

# From python 3.4 sre.pyc
while 1:
if __file__:
while 1:
if __file__:
break
raise RuntimeError
else:
raise RuntimeError