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 vstinner
Recipients gvanrossum, rpointel, vstinner
Date 2014-02-18.08:17:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392711441.05.0.199343643238.issue20666@psf.upfronthosting.co.za>
In-reply-to
Content
> I'd prefer not to add a bad hack to support such a broken platform. If it doesn't have semaphores, not much Python code will run.

Oh, in fact concurrent.futures and multiprocessing are available on OpenBSD 5.5 (see the new buildbot created yesterday). test_asyncio is running on this buildbot.

So I suggest to upgrade to OpenBSD 5.5 (currently under development) if you would like to use asyncio.
History
Date User Action Args
2014-02-18 08:17:21vstinnersetrecipients: + vstinner, gvanrossum, rpointel
2014-02-18 08:17:21vstinnersetmessageid: <1392711441.05.0.199343643238.issue20666@psf.upfronthosting.co.za>
2014-02-18 08:17:21vstinnerlinkissue20666 messages
2014-02-18 08:17:20vstinnercreate