Guido van Rossum added the comment:

Maybe adding something that returns [] from suite() if therea re no threads in 
test/test_asyncio/__init__.py would help?  I don't have time to test this, but 
go ahead and commit something if it's a release blocker.

Even better would or course be to fix asyncio to actually work if there are no 
threads -- the only issue is what to do about run_in_executor(), I guess it 
will have to run the function in-line...

----------

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

Reply via email to