Bang on Python 3.2 decompiling.

This commit is contained in:
rocky
2016-06-20 23:05:12 -04:00
parent 1a83c849dc
commit 051ed90185
2 changed files with 27 additions and 16 deletions

View File

@@ -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'):