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 collinwinter
Recipients collinwinter
Date 2009-04-02.04:44:57
SpamBayes Score 8.5007e-12
Marked as misclassified No
Message-id <1238647549.17.0.666638819326.issue5665@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch adds more tests for pickling:
- Add tests for the module-level load() and dump() functions.
- Add tests for cPickle's internal data structures, stressing workloads
with many gets/puts.
- Add tests for the Pickler and Unpickler classes, in particular the
memo attribute.
- test_xpickle is extended to test backwards compatibility with Python
2.4, 2.5 and 2.6 by round-tripping pickled objects through a worker
process. 2.3 was too difficult to support.

I'll port to py3k after reviewed for trunk.
History
Date User Action Args
2009-04-02 04:45:50collinwintersetrecipients: + collinwinter
2009-04-02 04:45:49collinwintersetmessageid: <1238647549.17.0.666638819326.issue5665@psf.upfronthosting.co.za>
2009-04-02 04:45:46collinwinterlinkissue5665 messages
2009-04-02 04:45:41collinwintercreate