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 bquinlan
Recipients bquinlan, gregory.p.smith, jyasskin, pitrou, stutzbach
Date 2011-03-23.09:38:27
SpamBayes Score 0.30010256
Marked as misclassified No
Message-id <1300873107.95.0.378653217804.issue11635@psf.upfronthosting.co.za>
In-reply-to
Content
Your approach seems workable but your patch allows the interpreter to exit while work items are still being processed. See the comment at the top of concurrent/futures/thread.py.
History
Date User Action Args
2011-03-23 09:38:28bquinlansetrecipients: + bquinlan, gregory.p.smith, pitrou, jyasskin, stutzbach
2011-03-23 09:38:27bquinlansetmessageid: <1300873107.95.0.378653217804.issue11635@psf.upfronthosting.co.za>
2011-03-23 09:38:27bquinlanlinkissue11635 messages
2011-03-23 09:38:27bquinlancreate