[issue3125] test_multiprocessing causes test_ctypes to fail

Amaury Forgeot d'Arc report at bugs.python.org
Mon Sep 1 19:13:20 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

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.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3125>
_______________________________________


More information about the Python-bugs-list mailing list