You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
fixes 151
This commit is contained in:
@@ -323,7 +323,7 @@ class PythonParser(GenericASTBuilder):
|
||||
stmt ::= return
|
||||
return ::= ret_expr RETURN_VALUE
|
||||
|
||||
# returns are a sequence of statements that ends in a RETURN statement.
|
||||
# "returns" nonterminal is a sequence of statements that ends in a RETURN statement.
|
||||
# In later Python versions with jump optimization, this can cause JUMPs
|
||||
# that would normally appear to be omitted.
|
||||
|
||||
|
Reference in New Issue
Block a user