[issue4892] Sending Connection-objects over multiprocessing connections fails

Antoine Pitrou report at bugs.python.org
Sat Apr 7 19:28:47 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> ForkingPickler is only used when creating a child process.  The
> multiprocessing.reduction module is only really intended for sending
> stuff to *pre-existing* processes.

But ForkingPickler could be used in multiprocessing.connection, couldn't
it?

----------

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


More information about the Python-bugs-list mailing list