summaryrefslogtreecommitdiff
path: root/tests/basics/async_coroutine.py.exp
AgeCommit message (Collapse)Author
2020-07-23add coroutine behavior for generatorsKenny
coroutines don't have __next__; they also call themselves coroutines. This does not change the fact that `async def` methods are generators, but it does make them behave more like CPython.