You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
In 3.x come_from should include COME_FROM_EXCEPT
This commit is contained in:
@@ -156,7 +156,7 @@ class Python3Parser(PythonParser):
|
|||||||
# of missing "else" clauses. Therefore we include grammar
|
# of missing "else" clauses. Therefore we include grammar
|
||||||
# rules with and without ELSE.
|
# rules with and without ELSE.
|
||||||
|
|
||||||
ifelsestmt ::= testexpr c_stmts_opt JUMP_FORWARD else_suite COME_FROM
|
ifelsestmt ::= testexpr c_stmts_opt JUMP_FORWARD else_suite opt_come_from_except
|
||||||
ifelsestmt ::= testexpr c_stmts_opt jf_else else_suite _come_from
|
ifelsestmt ::= testexpr c_stmts_opt jf_else else_suite _come_from
|
||||||
|
|
||||||
ifelsestmtc ::= testexpr c_stmts_opt JUMP_ABSOLUTE else_suitec
|
ifelsestmtc ::= testexpr c_stmts_opt JUMP_ABSOLUTE else_suitec
|
||||||
|
Reference in New Issue
Block a user