This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, brett.cannon, kbk
Date 2008-06-02.05:14:23
SpamBayes Score 0.13864036
Marked as misclassified No
Message-id <1212383676.91.0.127109049097.issue2917@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-06-02 05:14:38alexandre.vassalottisetspambayes_score: 0.13864 -> 0.13864036
recipients: + alexandre.vassalotti, brett.cannon, kbk
2008-06-02 05:14:37alexandre.vassalottisetspambayes_score: 0.13864 -> 0.13864
messageid: <1212383676.91.0.127109049097.issue2917@psf.upfronthosting.co.za>
2008-06-02 05:14:35alexandre.vassalottilinkissue2917 messages
2008-06-02 05:14:34alexandre.vassalotticreate