Richard Oudkerk <shibt...@gmail.com> added the comment:

> I have repaired my class so that it pickles properly, but that does not 
> resolve the issue that if you send a non-picklable object through a pipe, 
> it should raise an error, rather than hang.

What do you mean by hang?  Do you mean that send() succeeds and recv() raises 
an error.  That might cause your *program* to hang, but send() itself should 
not hang.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15198>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to