Issue1772553

classification
Title: cPickle protocol 2 implementation
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, yole
Priority: normal Keywords: patch

Created on 2007-08-12.08:59:16 by yole, last changed 2007-08-20.06:12:49 by cgroves.

Files
File name Uploaded Description Edit Remove
cPickle_protocol_2.patch yole, 2007-08-12.08:59:16
Messages
msg2789 (view) Author: Dmitry Jemerov (yole) Date: 2007-08-12.08:59:16
The attached patch (against r3410) provides an implementation of all protocol 2 features (and, thus, most of PEP 307) in cPickle. Additionally it fixes some other problems like not being able to pickle unicode strings correctly.

This brings the number of failing tests in test_cPickle from 21 failures and 45 errors to just 12 errors. I will investigate the remaining failures later, but it looks like most of them are general problems with new-style class machinery rather than cPickle issues.
msg2790 (view) Author: Charlie Groves (cgroves) Date: 2007-08-20.06:12:49
Looks good.  Committed in r3417.
History
Date User Action Args
2007-08-12 08:59:16yolecreate