This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cimatosa
Recipients cimatosa
Date 2016-05-12.12:08:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463054927.27.0.521137668509.issue27009@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2016-05-12 12:08:47cimatosasetrecipients: + cimatosa
2016-05-12 12:08:47cimatosasetmessageid: <1463054927.27.0.521137668509.issue27009@psf.upfronthosting.co.za>
2016-05-12 12:08:47cimatosalinkissue27009 messages
2016-05-12 12:08:47cimatosacreate