[issue12996] multiprocessing.Connection endianness issue

STINNER Victor report at bugs.python.org
Sun Sep 18 11:56:53 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

"Since the rewrite in pure Python of multiprocessing.Connection (issue #11743), multiprocessing.Connection sends and receives the length of the data (used as header) in host byte order."

I don't think so, the C code uses also the host endian. This issue is a feature request.

I don't know if anyone uses multiprocessing on different hosts (because it doesn't work currently).

If you would like to support using multiprocessing on different hosts, it should be documented in multiprocessing doc.

----------

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


More information about the Python-bugs-list mailing list