You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
3.0.1 "ret_or", "ret_and", and "or" rules
This commit is contained in:
@@ -188,10 +188,6 @@ def customize_for_version3(self, version):
|
||||
'ifnotstmt30': ( "%|if not %c:\n%+%c%-",
|
||||
(0, "testtrue_then"),
|
||||
(1, "_ifstmts_jump30") ),
|
||||
"or30": ( "%c or %c",
|
||||
(0, "expr"),
|
||||
(4, "expr") ),
|
||||
|
||||
})
|
||||
|
||||
def n_comp_iter(node):
|
||||
|
Reference in New Issue
Block a user