You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
PY3 COME_FROM_LOOP bug
There are still more in sre...
This commit is contained in:
9
test/simple_source/looping/04_while1_while1.py
Normal file
9
test/simple_source/looping/04_while1_while1.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# From python 3.4 sre.pyc
|
||||
while 1:
|
||||
if __file__:
|
||||
while 1:
|
||||
if __file__:
|
||||
break
|
||||
raise RuntimeError
|
||||
else:
|
||||
raise RuntimeError
|
Reference in New Issue
Block a user