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 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:13jnollersetrecipients: + jnoller, asksol, gdb
2010-07-14 14:26:13jnollersetmessageid: <1279117573.73.0.442717538089.issue9205@psf.upfronthosting.co.za>
2010-07-14 14:26:12jnollerlinkissue9205 messages
2010-07-14 14:26:12jnollercreate