Closed
Description
__aiter__()
should be a non-coroutine method returning an instance having __anext__()
coroutine method.
TypeError: 'async for' received an object from __aiter__ that does not implement __anext__: coroutine
Example: aio-libs/aiopg@ef1cabe#diff-222246bbd6dde09cb363ee2c57a67887R72