Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a9cac6

Browse files
committed
del no longer necessary now that new module is gone
1 parent 1e99a77 commit 6a9cac6

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/compiler/consts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
del classobj, code, function, instance, instancemethod, module
2-
31
# operation flags
42
OP_ASSIGN = 'OP_ASSIGN'
53
OP_DELETE = 'OP_DELETE'

Tools/compiler/compiler/consts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
del classobj, code, function, instance, instancemethod, module
2-
31
# operation flags
42
OP_ASSIGN = 'OP_ASSIGN'
53
OP_DELETE = 'OP_DELETE'

0 commit comments

Comments
 (0)