You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
More "if" in loop parse separation
This commit is contained in:
@@ -381,7 +381,7 @@ class Python3Parser(PythonParser):
|
||||
ifelsestmt ::= testexpr stmts_opt jump_absolute_else else_suite
|
||||
ifelsestmt ::= testexpr stmts_opt jump_forward_else else_suite _come_froms
|
||||
else_suite ::= stmts
|
||||
|
||||
else_suitel ::= stmts
|
||||
|
||||
# FIXME: remove this
|
||||
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD _come_froms
|
||||
|
Reference in New Issue
Block a user