Message 179983 - Python tracker
Message179983
| 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:34 | zach.ware | set | recipients: + zach.ware, brett.cannon, ezio.melotti |
| 2013-01-14 22:19:34 | zach.ware | set | messageid: <1358201974.23.0.0352259739582.issue16968@psf.upfronthosting.co.za> |
| 2013-01-14 22:19:34 | zach.ware | link | issue16968 messages |
| 2013-01-14 22:19:33 | zach.ware | create | |