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 pitrou
Recipients Daniel Liu, Olivier.Grisel, artxyz, davin, i3v, mrjbq7, neologix, pitrou, sbt, serhiy.storchaka
Date 2017-07-29.09:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501319959.21.0.393971854907.issue17560@psf.upfronthosting.co.za>
In-reply-to
Content
> There's also the other multiprocessing limitation Antoine mentioned early on, where queues/pipes used a 32-bit signed integer to encode object length.

> Is there a way or plan to get around this limitation?

As I said above in https://bugs.python.org/issue17560#msg185345, it should be easy to improve the current protocol to allow for larger than 2GB data.
History
Date User Action Args
2017-07-29 09:19:19pitrousetrecipients: + pitrou, mrjbq7, neologix, sbt, serhiy.storchaka, Olivier.Grisel, davin, artxyz, i3v, Daniel Liu
2017-07-29 09:19:19pitrousetmessageid: <1501319959.21.0.393971854907.issue17560@psf.upfronthosting.co.za>
2017-07-29 09:19:19pitroulinkissue17560 messages
2017-07-29 09:19:18pitroucreate