Message72280
Jesse,
It seems that the patch was merged into py3k by r65883.
The trick was
from pickle import _Pickler as Pickler
to get the subclassable python implementation.
The only remaining point is the handling of dictionary views
(see rebuild_as_list() in managers.py).
I had to register them with copyreg.pickle, because the C function
connection_send_obj() uses the original pickler. |
|
| Date |
User |
Action |
Args |
| 2008-09-01 17:13:20 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, theller, Rhamphoryncus, roudkerk, jnoller |
| 2008-09-01 17:13:20 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-09-01 17:13:19 | amaury.forgeotdarc | link | issue3125 messages |
| 2008-09-01 17:13:19 | amaury.forgeotdarc | create | |
|