PY3 COME_FROM_LOOP bug

There are still more in sre...
This commit is contained in:
rocky
2016-09-27 04:02:27 -04:00
parent 051efb80f5
commit fe46015b78
7 changed files with 33 additions and 26 deletions

View 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