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:19:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358201974.23.0.0352259739582.issue16968@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an incomplete patch to test_concurrent_futures.py that does not convert from test_main() to unittest.main(); the decorator on test_main has me unsure how to make the conversion.  I've attempted moving various parts of the decorator's functions to setUpModule and tearDownModule functions, but always wind up with a warning that the test has modified threading._dangling.

Guidance on this one would be much appreciated :)
History
Date User Action Args
2013-01-14 22:19:34zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-01-14 22:19:34zach.waresetmessageid: <1358201974.23.0.0352259739582.issue16968@psf.upfronthosting.co.za>
2013-01-14 22:19:34zach.warelinkissue16968 messages
2013-01-14 22:19:33zach.warecreate