Skip to content

Commit cd00499

Browse files
authored
Merge pull request #440 from andrem-eberle/master
Tentative fix for issue #437.
2 parents f76c35c + 7f3c1fa commit cd00499

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

uncompyle6/parsers/reducecheck/ifelsestmt.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@
8181
"come_froms",
8282
),
8383
),
84+
(
85+
'ifelsestmtc',
86+
(
87+
'testexpr',
88+
'c_stmts_opt',
89+
'JUMP_FORWARD',
90+
'else_suite',
91+
'come_froms'
92+
),
93+
),
8494
(
8595
"ifelsestmt",
8696
(

0 commit comments

Comments
 (0)