mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
SF #515009, delete global variable that was apparently used only
in a for loop.
This commit is contained in:
parent
d5ba4aeab0
commit
aa38aa5435
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ hasfree = []
|
|||
|
||||
opname = [''] * 256
|
||||
for op in range(256): opname[op] = '<' + `op` + '>'
|
||||
del op
|
||||
|
||||
def def_op(name, op):
|
||||
opname[op] = name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue