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 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]
History
Date User Action Args
2015-05-15 08:21:59paul.mooresetrecipients: + paul.moore, bquinlan, pitrou, jnoller, cool-RR, ethan.furman, sbt
2015-05-15 08:21:59paul.mooresetmessageid: <1431678119.72.0.83983568149.issue24195@psf.upfronthosting.co.za>
2015-05-15 08:21:59paul.moorelinkissue24195 messages
2015-05-15 08:21:59paul.moorecreate