Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2019-04-23 19:12:59 -04:00
4 changed files with 21 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class Python30Parser(Python31Parser):
_ifstmts_jump ::= c_stmts COME_FROM POP_TOP
# Used to keep index order the same in semantic actions
jb_pop_top ::= JUMP_BACK COME_FROM POP_TOP
jb_pop_top ::= JUMP_BACK _come_froms POP_TOP
while1stmt ::= SETUP_LOOP l_stmts COME_FROM_LOOP
whileelsestmt ::= SETUP_LOOP testexpr l_stmts