Skip to content

Commit 4b6a4b8

Browse files
author
x0ret
committed
Fixes #274
1 parent 3f9a862 commit 4b6a4b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

uncompyle6/parsers/parse37.py

-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ def p_37misc(self, args):
130130
jmp_false37 ::= POP_JUMP_IF_FALSE COME_FROM
131131
list_if ::= expr jmp_false37 list_iter
132132
133-
_ifstmts_jump ::= c_stmts_opt come_froms
134-
135133
and_not ::= expr jmp_false expr POP_JUMP_IF_TRUE
136134
137135
expr ::= if_exp_37a

0 commit comments

Comments
 (0)