Guido van Rossum added the comment:

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...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19295>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to