This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients Ian.Bell, orsenthil, sbt
Date 2012-07-01.18:10:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341166257.03.0.213058138981.issue15198@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-07-01 18:10:57sbtsetrecipients: + sbt, orsenthil, Ian.Bell
2012-07-01 18:10:57sbtsetmessageid: <1341166257.03.0.213058138981.issue15198@psf.upfronthosting.co.za>
2012-07-01 18:10:56sbtlinkissue15198 messages
2012-07-01 18:10:56sbtcreate