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
Date 2012-06-27.03:25:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340767549.24.0.475642908305.issue15198@psf.upfronthosting.co.za>
In-reply-to
Content
When a non-picklable object is sent through a multiprocessing.Pipe, no exception is raised, instead when trying to read the other end of the pipe, a TypeError is raised:

TypeError: Required argument 'handle' (pos 1) not found
History
Date User Action Args
2012-06-27 03:25:49Ian.Bellsetrecipients: + Ian.Bell
2012-06-27 03:25:49Ian.Bellsetmessageid: <1340767549.24.0.475642908305.issue15198@psf.upfronthosting.co.za>
2012-06-27 03:25:48Ian.Belllinkissue15198 messages
2012-06-27 03:25:47Ian.Bellcreate