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 asksol
Recipients asksol, jnoller
Date 2010-07-13.11:51:51
SpamBayes Score 0.000505833
Marked as misclassified No
Message-id <1279021915.02.0.743108448879.issue9244@psf.upfronthosting.co.za>
In-reply-to
Content
If the target function returns an unpickleable value the worker process crashes. This patch tries to safely handle unpickleable errors, while enabling the user to inspect such errors after the fact.

In addition a new argument has been added to apply_async: error_callback.
This is an optional callback that is called if the job raises an exception. The signature of the callback is `callback(exc)`.
History
Date User Action Args
2010-07-13 11:51:55asksolsetrecipients: + asksol, jnoller
2010-07-13 11:51:55asksolsetmessageid: <1279021915.02.0.743108448879.issue9244@psf.upfronthosting.co.za>
2010-07-13 11:51:53asksollinkissue9244 messages
2010-07-13 11:51:53asksolcreate