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 maxehr
Recipients maxehr
Date 2017-06-16.16:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497629566.56.0.527992929641.issue30685@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-16 16:12:46maxehrsetrecipients: + maxehr
2017-06-16 16:12:46maxehrsetmessageid: <1497629566.56.0.527992929641.issue30685@psf.upfronthosting.co.za>
2017-06-16 16:12:46maxehrlinkissue30685 messages
2017-06-16 16:12:46maxehrcreate