Message85162
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. |
|
| Date |
User |
Action |
Args |
| 2009-04-02 04:45:50 | collinwinter | set | recipients:
+ collinwinter |
| 2009-04-02 04:45:49 | collinwinter | set | messageid: <[email protected]> |
| 2009-04-02 04:45:46 | collinwinter | link | issue5665 messages |
| 2009-04-02 04:45:41 | collinwinter | create | |
|