[issue3607] test_multiprocessing failure (Unserializable message)

Amaury Forgeot d'Arc report at bugs.python.org
Wed Aug 20 10:59:57 CEST 2008


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

Sorry, I did not notice the failure because test_multiprocessing have
other problems on Windows.
r65905 restores part of the copy_reg calls, just enough to let the tests
pass.

I am working on the proper fix, which is to use the custom pickler in
connection.h::connection_send_obj(), instead of the standard pickle.dumps().

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list