mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
del no longer necessary now that new module is gone
This commit is contained in:
parent
1e99a77120
commit
6a9cac68b6
2 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
del classobj, code, function, instance, instancemethod, module
|
|
||||||
|
|
||||||
# operation flags
|
# operation flags
|
||||||
OP_ASSIGN = 'OP_ASSIGN'
|
OP_ASSIGN = 'OP_ASSIGN'
|
||||||
OP_DELETE = 'OP_DELETE'
|
OP_DELETE = 'OP_DELETE'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
del classobj, code, function, instance, instancemethod, module
|
|
||||||
|
|
||||||
# operation flags
|
# operation flags
|
||||||
OP_ASSIGN = 'OP_ASSIGN'
|
OP_ASSIGN = 'OP_ASSIGN'
|
||||||
OP_DELETE = 'OP_DELETE'
|
OP_DELETE = 'OP_DELETE'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue