Message243256
| Author |
paul.moore |
| Recipients |
bquinlan, cool-RR, ethan.furman, jnoller, paul.moore, pitrou, sbt |
| Date |
2015年05月15日.08:21:59 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1431678119.72.0.83983568149.issue24195@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Just as a note - to test a pure Pthon patch like this, you can apply the patch to your installed Python 3.4 installation, and just run the test using that. There should be no need to build your own Python.
>python C:\Apps\Python34\Lib\test\test_concurrent_futures.py
test_cancel (__main__.FutureTests) ... ok
test_cancelled (__main__.FutureTests) ... ok
test_done (__main__.FutureTests) ... ok
test_done_callback_already_cancelled (__main__.FutureTests) ... ok
test_done_callback_already_failed (__main__.FutureTests) ... ok
test_done_callback_already_successful (__main__.FutureTests) ... ok
[... etc] |
|