[issue8426] multiprocessing.Queue fails to get() very large objects

Matt Goodman report at bugs.python.org
Mon Apr 25 04:30:42 CEST 2011


Matt Goodman <meawoppl at gmail.com> added the comment:

You can not pickle individual objects larger than 2**31.  This failure is not handled cleanly in the core module, and I suspect masked by above processes. 

Try piping "a"*(2**31) through you pipe, or pickling it to disk . . .

----------
nosy: +Matt.Goodman

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


More information about the Python-bugs-list mailing list