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 zach.ware
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-01-14.22:40:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358203212.04.0.147812722588.issue16968@psf.upfronthosting.co.za>
In-reply-to
Content
That looks quite good, except for the fact that discovery (of the form `python -m unittest discover Lib/test/ 'test_*.py'`) won't hit reap_threads or reap_children.  It does cover `python -m test.test_concurrent_futures` and standard regrtest, though; is 2 out of three good enough?
History
Date User Action Args
2013-01-14 22:40:12zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-01-14 22:40:12zach.waresetmessageid: <1358203212.04.0.147812722588.issue16968@psf.upfronthosting.co.za>
2013-01-14 22:40:12zach.warelinkissue16968 messages
2013-01-14 22:40:11zach.warecreate