You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
conditional -> if_exp ...
to match Python IfExp AST
This commit is contained in:
@@ -58,7 +58,7 @@ class Python24Parser(Python25Parser):
|
||||
|
||||
def remove_rules_24(self):
|
||||
self.remove_rules("""
|
||||
expr ::= conditional
|
||||
expr ::= if_exp
|
||||
""")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user