Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2017-12-03 03:34:50 -05:00
21 changed files with 90 additions and 78 deletions

View File

@@ -26,9 +26,9 @@ class Python32Parser(Python3Parser):
# Python 3.5+ has jump optimization to remove the redundant
# jump_excepts. But in 3.3 we need them added
trystmt ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
try_middle
jump_excepts come_from_except_clauses
try_except ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
try_middle
jump_excepts come_from_except_clauses
try_middle ::= JUMP_FORWARD COME_FROM_EXCEPT except_stmts
END_FINALLY