More 3.6 lambda handling

This commit is contained in:
rocky
2018-03-19 09:36:02 -04:00
parent 9e05750537
commit 6ab711baab
3 changed files with 10 additions and 1 deletions

View File

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