Matt Goodman <meawo...@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 <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