Message 110285 - Python tracker (original) (raw)
Message110285
Author | jnoller |
---|---|
Recipients | asksol, gdb, jnoller |
Date | 2010-07-14.14:26:12 |
SpamBayes Score | 0.0045899213 |
Marked as misclassified | No |
Message-id | 1279117573.73.0.442717538089.issue9205@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Passing the references seems to be a losing game; for _handle_workers - we only need 1 function (debug) - for others (say _join_exited_workers), we need references to reversed/range/len. A possible alternative is to make those threads non-daemon threads; but I'd have to test that. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-07-14 14:26:13 | jnoller | set | recipients: + jnoller, asksol, gdb |
2010-07-14 14:26:13 | jnoller | set | messageid: 1279117573.73.0.442717538089.issue9205@psf.upfronthosting.co.za |
2010-07-14 14:26:12 | jnoller | link | issue9205 messages |
2010-07-14 14:26:12 | jnoller | create |