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 Ian.Bell
Recipients Ian.Bell, orsenthil, sbt
Date 2012-07-01.17:22:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341163324.34.0.791063004228.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.
History
Date User Action Args
2012-07-01 17:22:04Ian.Bellsetrecipients: + Ian.Bell, orsenthil, sbt
2012-07-01 17:22:04Ian.Bellsetmessageid: <1341163324.34.0.791063004228.issue15198@psf.upfronthosting.co.za>
2012-07-01 17:22:03Ian.Belllinkissue15198 messages
2012-07-01 17:22:03Ian.Bellcreate