-
Stefan Behnel authored
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.
447e20af
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.