You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
ret_expr -> return_expr
This matches Python's AST a little more closely
This commit is contained in:
@@ -952,7 +952,7 @@ class Python37BaseParser(PythonParser):
|
||||
elif opname == "RETURN_VALUE_LAMBDA":
|
||||
self.addRule(
|
||||
"""
|
||||
return_expr_lambda ::= ret_expr RETURN_VALUE_LAMBDA
|
||||
return_expr_lambda ::= return_expr RETURN_VALUE_LAMBDA
|
||||
""",
|
||||
nop_func,
|
||||
)
|
||||
|
Reference in New Issue
Block a user