Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2018-01-09 03:19:48 -05:00

View File

@@ -13,7 +13,6 @@ class Python21Parser(Python22Parser):
def p_forstmt21(self, args):
"""
for_iter ::= LOAD_CONST FOR_LOOP
for ::= SETUP_LOOP expr for_iter store
returns
POP_BLOCK COME_FROM