Issue1772553
Created on 2007-08-12.08:59:16 by yole, last changed 2007-08-20.06:12:49 by cgroves.
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.
|
|
Date |
User |
Action |
Args |
2007-08-12 08:59:16 | yole | create | |
|