Parses another variation of Python3 try/except. Reinstate some tests

This commit is contained in:
rocky
2015-12-30 19:05:58 -05:00
parent e50bebb7c8
commit d5b023aec4
3 changed files with 1 additions and 1 deletions

View File

@@ -430,7 +430,7 @@ o _ifstmts_jump ::= c_stmts_opt JUMP_FORWARD _come_from _come_from
# COME_FROM targets from the wrong places
trystmt ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
try_middle COME_FROM _come_from
try_middle _come_from _come_from
# this is nested inside a trystmt
tryfinallystmt ::= SETUP_FINALLY suite_stmts