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, python-dev, skrah
Date 2013-10-20.00:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382229256.61.0.172918689259.issue19295@psf.upfronthosting.co.za>
In-reply-to
Content
I looked into this a bit more and it's tricky, because without threads, asyncio/futures.py can't import some base exceptions concurrent.futures. Also, some tests create servers in separate threads, and getaddrinfo() would of course block.

Not sure if I'll ever want to support this...
History
Date User Action Args
2013-10-20 00:34:16gvanrossumsetrecipients: + gvanrossum, skrah, python-dev
2013-10-20 00:34:16gvanrossumsetmessageid: <1382229256.61.0.172918689259.issue19295@psf.upfronthosting.co.za>
2013-10-20 00:34:16gvanrossumlinkissue19295 messages
2013-10-20 00:34:16gvanrossumcreate