Kenny 51a79b1af7 add coroutine behavior for generators
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.
2020-07-23 20:40:16 -07:00
..
2019-10-14 16:05:17 -07:00
2018-07-11 16:45:30 -04:00
2018-07-11 16:45:30 -04:00
2014-03-31 18:02:22 +01:00
2014-03-31 22:57:56 +01:00
2020-03-09 21:13:33 -05:00
2017-06-20 10:56:05 -07:00
2017-05-29 11:36:05 +03:00
2014-02-10 07:13:32 +02:00
2014-04-13 17:46:30 +01:00