Kaydet (Commit) 22dc6f4f authored tarafından Tim Peters's avatar Tim Peters

save_list(): removed unused local "d".

üst 58d7846e
......@@ -478,8 +478,6 @@ class Pickler:
self.write(EMPTY_TUPLE)
def save_list(self, object):
d = id(object)
write = self.write
save = self.save
......
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