You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
@@ -1,9 +1,12 @@
|
||||
if args == ['-']:
|
||||
if __file__ == ['-']:
|
||||
while True:
|
||||
try:
|
||||
compile(filename, doraise=True)
|
||||
compile(__file__, doraise=True)
|
||||
except RuntimeError:
|
||||
rv = 1
|
||||
else:
|
||||
rv = 1
|
||||
print(rv)
|
||||
|
||||
|
||||
while 1:pass
|
||||
|
Reference in New Issue
Block a user