[New-bugs-announce] [issue27009] multiprocessing Connection data length limited to max(int32)

Hartmann report at bugs.python.org
Thu May 12 08:08:47 EDT 2016


New submission from Hartmann:

I wonder if size restriction for the data blobs send via multiprocessing.Connection is intentionally. Otherwise it would be nice to get rid of that restriction.

File "python3.5/multiprocessing/connection.py", line 393, in _send_bytes
    header = struct.pack("!i", n)

----------
messages: 265396
nosy: cimatosa
priority: normal
severity: normal
status: open
title: multiprocessing Connection data length limited to max(int32)
type: behavior
versions: Python 3.6

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


More information about the New-bugs-announce mailing list