[issue2917] merge pickle and cPickle in 3.0

Alexandre Vassalotti report at bugs.python.org
Mon Jun 2 07:14:37 CEST 2008


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

Here is the fully reviewed and shiny C optimized pickle module. :-)

Note, I am only posting the _pickle.c source code for now. I still need
to work out a few details out. For example, there is a few methods that
needs to be exposed in the public API -- i.e., Unpickler.find_class()
and Pickler.save_reduce(). Also, instantiate() needs to reworked to
match the one in pickle.py. Anyway, I am now pretty confident that I
will have the time to finalize these details before the beta.

Added file: http://bugs.python.org/file10501/_pickle.c

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2917>
_______________________________________


More information about the Python-bugs-list mailing list