[issue4892] Sending Connection-objects over multiprocessing connections fails

Kristján Valur Jónsson report at bugs.python.org
Mon Apr 9 17:44:11 CEST 2012


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

I just want to point out that each time socket.share() is called, the resulting data can only be used once by socket.fromshare().  I'm mentioning this because I know there is some caching mechanism in reduction.py and that this data is not cacheable/reuseable.

----------

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


More information about the Python-bugs-list mailing list