You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
3.7+ "if not" in list comprehension and other bug fixes
This commit is contained in:
@@ -626,8 +626,9 @@ class Python37Parser(Python37BaseParser):
|
||||
jmp_false37 ::= POP_JUMP_IF_FALSE COME_FROM
|
||||
list_if ::= expr jmp_false37 list_iter
|
||||
list_iter ::= list_if37
|
||||
list_if37 ::= compare_chained37 list_iter
|
||||
list_iter ::= list_if37_not
|
||||
list_if37 ::= compare_chained37_false list_iter
|
||||
list_if37_not ::= compare_chained37 list_iter
|
||||
|
||||
_ifstmts_jump ::= c_stmts_opt come_froms
|
||||
|
||||
|
Reference in New Issue
Block a user