Skip to content

Commit

Permalink
SF #515009, delete global variable that was apparently used only
Browse files Browse the repository at this point in the history
in a for loop.
  • Loading branch information
nnorwitz committed Feb 11, 2002
1 parent d5ba4ae commit aa38aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/dis.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def findlabels(code):

opname = [''] * 256
for op in range(256): opname[op] = '<' + `op` + '>'
del op

def def_op(name, op):
opname[op] = name
Expand Down

0 comments on commit aa38aa5

Please sign in to comment.