Skip to content

Commit

Permalink
Sync with 2.4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 20, 2024
1 parent ce690f3 commit aced47a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uncompyle6/parsers/parse26.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ def p_stmt26(self, args):
ifelsestmtc ::= testexpr c_stmts_opt ja_cf_pop else_suitec
ifelsestmt ::= testexpr stmts_opt ja_cf_pop else_suite
stmts_opt ::= stmts
stmts_opt ::=
# The last except of a "try: ... except" can do this...
except_suite ::= stmts_opt COME_FROM JUMP_ABSOLUTE POP_TOP
Expand Down

0 comments on commit aced47a

Please sign in to comment.