You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Push reducechecks from 2.7 into 2.6
Some adaption is needed. These rules may also help earlier 2.x Python as well
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# Copyright (c) 2020-2022 Rocky Bernstein
|
||||
"""
|
||||
If/else statement reduction check for Python 2.6 (and older?)
|
||||
"""
|
||||
|
||||
IFELSE_STMT_RULES = frozenset(
|
||||
[
|
||||
|
Reference in New Issue
Block a user