You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
3.7 ifelstmtl reduction rule checking
This commit is contained in:
@@ -25,13 +25,12 @@ IFELSE_STMT_RULES = frozenset(
|
||||
),
|
||||
),
|
||||
(
|
||||
"ifelsestmtc",
|
||||
"ifelsestmtl",
|
||||
(
|
||||
"testexpr",
|
||||
"c_stmts_opt",
|
||||
"jump_forward_else",
|
||||
"else_suitec",
|
||||
"\\e__come_froms",
|
||||
),
|
||||
),
|
||||
(
|
||||
|
Reference in New Issue
Block a user