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 3.x "if" checking. Abbreviate stmts->sstmt
This commit is contained in:
@@ -380,7 +380,6 @@ class Python3Parser(PythonParser):
|
||||
iflaststmt ::= testexpr _iflaststmts_jump
|
||||
ifelsestmt ::= testexpr stmts_opt jump_absolute_else else_suite
|
||||
ifelsestmt ::= testexpr stmts_opt jump_forward_else else_suite _come_froms
|
||||
iflaststmt ::= testexpr _ifstmts_jump
|
||||
else_suite ::= stmts
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user