You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Back off loop separate rules, a little for now
This commit is contained in:
@@ -183,7 +183,10 @@ class Python3Parser(PythonParser):
|
||||
# ifelsestmt ::= testexpr c_stmts_opt jump_forward_else
|
||||
# pass _come_froms
|
||||
|
||||
c_stmts ::= ifelsestmtc
|
||||
# FIXME: remove this
|
||||
stmt ::= ifelsestmtc
|
||||
|
||||
c_stmts ::= ifelsestmtc
|
||||
|
||||
ifelsestmtc ::= testexpr c_stmts_opt JUMP_ABSOLUTE else_suitec
|
||||
ifelsestmtc ::= testexpr c_stmts_opt jump_absolute_else else_suitec
|
||||
|
Reference in New Issue
Block a user