Kaydet (Commit) aa38aa54 authored tarafından Neal Norwitz's avatar Neal Norwitz

SF #515009, delete global variable that was apparently used only

in a for loop.
üst d5ba4aea
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment