You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
More 3.6 lambda handling
This commit is contained in:
@@ -896,7 +896,7 @@ class Python3Parser(PythonParser):
|
||||
else:
|
||||
rule = ('mklambda ::= %s%s%s' %
|
||||
('load_closure ' * closure,
|
||||
'BUILD_TUPLE_2 LOAD_LAMBDA LOAD_CONST ',
|
||||
'LOAD_LAMBDA LOAD_CONST ',
|
||||
opname))
|
||||
self.add_unique_rule(rule, opname, token.attr, customize)
|
||||
|
||||
|
Reference in New Issue
Block a user