You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
tok.format -> tok.__str__; simplify pypy code
This commit is contained in:
@@ -61,7 +61,7 @@ def disco_loop(disasm, queue, real_out):
|
||||
queue.append(t.pattr)
|
||||
elif iscode(t.attr):
|
||||
queue.append(t.attr)
|
||||
print(t.format(), file=real_out)
|
||||
print(t, file=real_out)
|
||||
pass
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user