]> granicus.if.org Git - python/commit
Three independent changes:
authorGuido van Rossum <guido@python.org>
Fri, 12 Sep 1997 20:07:24 +0000 (20:07 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Sep 1997 20:07:24 +0000 (20:07 +0000)
commit4fb5b28dfc15ab09412bc8307157d665c43716f4
treec56f3fc4038d1b7004ef9c1ce3d3186cf80b5b55
parent7cc56eb524dd83e3ba9d76accec3b0fe4010a48a
Three independent changes:

- Don't use "from copy_reg import *".

- Use cls.__module__ instead of calling whichobject(cls, cls.__name__);
  also try __module__ in whichmodule(), just in case.

- After calling save_reduce(), add the object to the memo.
Lib/pickle.py