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.

作者 gdb
收信人 asksol, gdb, jnoller
日期 2010-07-13.14:32:32
SpamBayes Score 0.00356217
Marked as misclassified
Message-id <1279031554.22.0.922758404022.issue9205@psf.upfronthosting.co.za>
In-reply-to
内容
> What kind of errors are you having that makes the get() call fail?
Try running the script I posted.  It will fail with an AttributeError (raised during unpickling) and hang.

I'll note that the particular issues that I've run into in practice are:
- OOM kill destroying my workers but leaving the parent silently waiting
- KeyboardInterrupting the workers, and then having the parent hang

This AttributeError problem is one that I discovered while generating test cases for the patch.
历史
日期 用户 动作 参数
2010-07-13 14:32:34gdb修改recipients: + gdb, jnoller, asksol
2010-07-13 14:32:34gdb修改messageid: <1279031554.22.0.922758404022.issue9205@psf.upfronthosting.co.za>
2010-07-13 14:32:32gdb链接issue9205 messages
2010-07-13 14:32:32gdb创建