From 6a9cac68b65f1fa5a505b647dc149a53332f3d19 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 14 Sep 2001 22:54:48 +0000 Subject: [PATCH] del no longer necessary now that new module is gone --- Lib/compiler/consts.py | 2 -- Tools/compiler/compiler/consts.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/Lib/compiler/consts.py b/Lib/compiler/consts.py index 20f8cf22e7..a6cf559d94 100644 --- a/Lib/compiler/consts.py +++ b/Lib/compiler/consts.py @@ -1,5 +1,3 @@ -del classobj, code, function, instance, instancemethod, module - # operation flags OP_ASSIGN = 'OP_ASSIGN' OP_DELETE = 'OP_DELETE' diff --git a/Tools/compiler/compiler/consts.py b/Tools/compiler/compiler/consts.py index 20f8cf22e7..a6cf559d94 100644 --- a/Tools/compiler/compiler/consts.py +++ b/Tools/compiler/compiler/consts.py @@ -1,5 +1,3 @@ -del classobj, code, function, instance, instancemethod, module - # operation flags OP_ASSIGN = 'OP_ASSIGN' OP_DELETE = 'OP_DELETE' -- 2.40.0