]> granicus.if.org Git - python/commit
made cPickle fall back to the copy_reg/reduce protocol,
authorChristian Tismer <tismer@stackless.com>
Thu, 26 Feb 2004 16:21:45 +0000 (16:21 +0000)
committerChristian Tismer <tismer@stackless.com>
Thu, 26 Feb 2004 16:21:45 +0000 (16:21 +0000)
commit2460c62152fe43f9da9381d09fd294f21e3640d7
treee4fce117e13ae3cbbe7dbfa873e9136a0b994c50
parentd594849c42b6141622f8e442e26b49e2df6ef4ff
made cPickle fall back to the copy_reg/reduce protocol,
if a function cannot be stored as global.
This is for compatibility with pickle.py .
Modules/cPickle.c