Commit 8936435a authored by Chris Seymour's avatar Chris Seymour
Browse files

Starting with Python 3.7, __aiter__ must return an asynchronous iterator...

Starting with Python 3.7, __aiter__ must return an asynchronous iterator object. Returning anything else will result in a TypeError error.

https://docs.python.org/3/reference/datamodel.html#asynchronous-iterators
parent 9e2272d8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment