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

Skip to content

Commit aa38aa5

Browse files
committed
SF #515009, delete global variable that was apparently used only
in a for loop.
1 parent d5ba4ae commit aa38aa5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/dis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def findlabels(code):
135135

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

139140
def def_op(name, op):
140141
opname[op] = name

0 commit comments

Comments
 (0)