You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Parses another variation of Python3 try/except. Reinstate some tests
This commit is contained in:
Binary file not shown.
@@ -430,7 +430,7 @@ o _ifstmts_jump ::= c_stmts_opt JUMP_FORWARD _come_from _come_from
|
|||||||
# COME_FROM targets from the wrong places
|
# COME_FROM targets from the wrong places
|
||||||
|
|
||||||
trystmt ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
|
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
|
# this is nested inside a trystmt
|
||||||
tryfinallystmt ::= SETUP_FINALLY suite_stmts
|
tryfinallystmt ::= SETUP_FINALLY suite_stmts
|
||||||
|
Reference in New Issue
Block a user