Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2018-02-19 17:07:11 -05:00
8 changed files with 56 additions and 10 deletions

View File

@@ -10,9 +10,6 @@ class Python30Parser(Python31Parser):
def p_30(self, args):
"""
# Store locals is only in Python 3.0 to 3.3
stmt ::= store_locals
store_locals ::= LOAD_FAST STORE_LOCALS
# FIXME: combine with parse3.2
whileTruestmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK