• Guido van Rossum's avatar
    Three independent changes: · 4fb5b28d
    Guido van Rossum yazdı
    - 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.
    4fb5b28d
pickle.py 25.5 KB