[issue19262] Add asyncio (tulip, PEP 3156) to stdlib

Guido van Rossum report at bugs.python.org
Fri Oct 18 19:22:07 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19262>
_______________________________________


More information about the Python-bugs-list mailing list