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 vlasovskikh
Recipients brian.curtin, vlasovskikh
Date 2010-04-06.18:32:03
SpamBayes Score 0.0027656958
Marked as misclassified No
Message-id <1270578725.55.0.0278281659748.issue8296@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that fixes this problem. Basically, it catches all the BaseExceptions that could happen during: a) getting a task from the `inqueue`, b) calling a user function, c) putting a task into the `outqueue`. The exception handler puts the exception to the `outqueue`.

It can be cleanly applied on top of revision 78790.
History
Date User Action Args
2010-04-06 18:32:05vlasovskikhsetrecipients: + vlasovskikh, brian.curtin
2010-04-06 18:32:05vlasovskikhsetmessageid: <1270578725.55.0.0278281659748.issue8296@psf.upfronthosting.co.za>
2010-04-06 18:32:04vlasovskikhlinkissue8296 messages
2010-04-06 18:32:04vlasovskikhcreate