New submission from Collin Winter <coll...@gmail.com>: 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. ---------- components: Tests files: pickle_tests.patch keywords: needs review, patch messages: 85162 nosy: collinwinter severity: normal status: open title: Add more pickling tests type: behavior versions: Python 2.7, Python 3.1 Added file: http://bugs.python.org/file13571/pickle_tests.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5665> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com