You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Walker->SourceWalker Traverser->FragmentsWalker
This commit is contained in:
@@ -29,7 +29,7 @@ def uncompyle(version, co, out=None, showasm=False, showast=False,
|
||||
try:
|
||||
pysource.deparse_code(version, co, out, showasm, showast, showgrammar,
|
||||
code_objects=code_objects)
|
||||
except pysource.WalkerError as e:
|
||||
except pysource.SourceWalkerError as e:
|
||||
# deparsing failed
|
||||
if real_out != out:
|
||||
print(e, file=real_out)
|
||||
|
Reference in New Issue
Block a user