]> granicus.if.org Git - python/commit
Given the persistent id code a shot at a class before calling save_global().
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 16 Jul 2002 19:47:43 +0000 (19:47 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 16 Jul 2002 19:47:43 +0000 (19:47 +0000)
commit39c6116483bd7932cee220943e329c5994f62cc7
tree4a6185dcf61e2dc5c06386075cfd2802ff8d0e86
parent719841e2fbf9ca6320aa9515fe054cf4887dab64
Given the persistent id code a shot at a class before calling save_global().

Some persistent picklers (well, probably, the *only* persistent
pickler) would like to pickle some classes in a special way.
Lib/pickle.py
Modules/cPickle.c