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 gvanrossum
Recipients gvanrossum, vstinner
Date 2013-11-18.00:12:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384733522.33.0.314838834882.issue19635@psf.upfronthosting.co.za>
In-reply-to
Content
Well, what would be the incantation to just skip the tests if concurrent.futures can't be imported?

(Although it seems that there's a problem with concurrent.futures if the whole thing refuses to import just because multiprocessing isn't supported -- couldn't the threadpool executor still work?  Asyncio doesn't use any of the multiprocessing stuff.)
History
Date User Action Args
2013-11-18 00:12:02gvanrossumsetrecipients: + gvanrossum, vstinner
2013-11-18 00:12:02gvanrossumsetmessageid: <1384733522.33.0.314838834882.issue19635@psf.upfronthosting.co.za>
2013-11-18 00:12:02gvanrossumlinkissue19635 messages
2013-11-18 00:12:02gvanrossumcreate