Disable asyncio coroutine tests in Py3.4 as coroutines are not iterables but...
Disable asyncio coroutine tests in Py3.4 as coroutines are not iterables but Task() features this beautiful line of code: self._coro = iter(coro) # Use the iterator just in case.
Showing
Please register or sign in to comment