Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2018-01-29 15:41:14 -05:00
16 changed files with 107 additions and 34 deletions

View File

@@ -321,7 +321,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.