Skip to content

Commit aced47a

Browse files
committed
Sync with 2.4 branch
1 parent ce690f3 commit aced47a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uncompyle6/parsers/parse26.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ def p_stmt26(self, args):
132132
ifelsestmtc ::= testexpr c_stmts_opt ja_cf_pop else_suitec
133133
ifelsestmt ::= testexpr stmts_opt ja_cf_pop else_suite
134134
135+
stmts_opt ::= stmts
136+
stmts_opt ::=
137+
135138
# The last except of a "try: ... except" can do this...
136139
except_suite ::= stmts_opt COME_FROM JUMP_ABSOLUTE POP_TOP
137140

0 commit comments

Comments
 (0)