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.

作者 asksol
收信人 asksol, jnoller
日期 2010-07-13.11:51:51
SpamBayes Score 0.000505833
Marked as misclassified
Message-id <1279021915.02.0.743108448879.issue9244@psf.upfronthosting.co.za>
In-reply-to
内容
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)`.
历史
日期 用户 动作 参数
2010-07-13 11:51:55asksol修改recipients: + asksol, jnoller
2010-07-13 11:51:55asksol修改messageid: <1279021915.02.0.743108448879.issue9244@psf.upfronthosting.co.za>
2010-07-13 11:51:53asksol链接issue9244 messages
2010-07-13 11:51:53asksol创建