[New-bugs-announce] [issue30685] Multiprocessing Send to Manager Fails for Large Payload

Max Ehrlich report at bugs.python.org
Fri Jun 16 12:12:46 EDT 2017


New submission from Max Ehrlich:

On line 393 of multiprocessing/connection.py, the size of the payload to be sent is serialized as an integer. This fails for sending large payloads. It should probably be serialized as a long or better yet a long long.

----------
components: Library (Lib)
messages: 296210
nosy: maxehr
priority: normal
severity: normal
status: open
title: Multiprocessing Send to Manager Fails for Large Payload
versions: Python 3.5

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


More information about the New-bugs-announce mailing list