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

Charles-François Natali report at bugs.python.org
Thu May 5 21:08:30 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

> You can not pickle individual objects larger than 2**31.

Indeed, but that's not what's happening here, the failure occurs with much smaller objects (also, note the OP's "cPickle is perfectly capable of pickling these objects").
The problem is really with the underlying pipe/unix socket filling up.

----------

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


More information about the Python-bugs-list mailing list