diff --git a/uncompyle6/parsers/parse3.py b/uncompyle6/parsers/parse3.py index 021e4125..7a4a85b6 100644 --- a/uncompyle6/parsers/parse3.py +++ b/uncompyle6/parsers/parse3.py @@ -1444,7 +1444,7 @@ class Python3Parser(PythonParser): """ tryelsestmtl3 ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK except_handler COME_FROM else_suitel - come_froms + JUMP_FORWARD come_froms POP_TOP """, nop_func )