You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Bang on Python 3.2 decompiling.
This commit is contained in:
@@ -542,7 +542,7 @@ class Python3Parser(PythonParser):
|
||||
'LOAD_CONST ' * 2,
|
||||
opname))
|
||||
else:
|
||||
rule = ('mkfunc ::= %sLOAD_CONST %s' %
|
||||
rule = ('mkfunc ::= kwargs %sexpr %s' %
|
||||
('pos_arg ' * args_pos, opname))
|
||||
self.add_unique_rule(rule, opname, token.attr, customize)
|
||||
elif opname.startswith('MAKE_CLOSURE'):
|
||||
|
Reference in New Issue
Block a user