Message 110197 - Python tracker
Message110197
| Author | gdb |
|---|---|
| Recipients | asksol, gdb, jnoller |
| Date | 2010-07-13.14:32:32 |
| SpamBayes Score | 0.00356217 |
| Marked as misclassified | No |
| Message-id | <1279031554.22.0.922758404022.issue9205@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> 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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-13 14:32:34 | gdb | set | recipients: + gdb, jnoller, asksol |
| 2010-07-13 14:32:34 | gdb | set | messageid: <1279031554.22.0.922758404022.issue9205@psf.upfronthosting.co.za> |
| 2010-07-13 14:32:32 | gdb | link | issue9205 messages |
| 2010-07-13 14:32:32 | gdb | create | |