Use a single TABLE copy

This commit is contained in:
gdesmar
2024-11-12 19:42:17 +00:00
parent 37f38e45e1
commit cf34014766
9 changed files with 1 additions and 13 deletions

View File

@@ -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>