Charles-François Natali <neolo...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8426>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to