You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Use a single TABLE copy
This commit is contained in:
@@ -19,7 +19,6 @@ from uncompyle6.semantics.consts import TABLE_DIRECT
|
||||
|
||||
|
||||
def customize_for_version26_27(self, version: tuple):
|
||||
self.TABLE_DIRECT = TABLE_DIRECT.copy()
|
||||
########################################
|
||||
# Python 2.6+
|
||||
# except <condition> as <var>
|
||||
|
Reference in New Issue
Block a user