[issue3125] test_multiprocessing causes test_ctypes to fail

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jun 20 02:04:41 CEST 2008


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

Here is a patch that implements a custom pickler for
multiprocessing.forking.
copy_reg has been completely replaced by calls to
ForkingPickler.register(): the global registry is not modified.

Added file: http://bugs.python.org/file10661/no_copyreg.patch

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


More information about the Python-bugs-list mailing list