You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Python 3 "while True" bug
This commit is contained in:
9
test/simple_source/stmts/09_whiletrue_bug.py
Normal file
9
test/simple_source/stmts/09_whiletrue_bug.py
Normal file
@@ -0,0 +1,9 @@
|
||||
if args == ['-']:
|
||||
while True:
|
||||
try:
|
||||
compile(filename, doraise=True)
|
||||
except RuntimeError:
|
||||
rv = 1
|
||||
else:
|
||||
rv = 1
|
||||
print(rv)
|
Reference in New Issue
Block a user