Message390393
That change fixes that bug, but I think there may be another bug involving when a custom async iterator is passed rather than an async generator. This is at the limit of my knowledge, so any guidance would be appreciated. The test I wrote in the PR currently fails, due to some `tp_iternext` slot being NULL sometimes. Maybe different cases are needed for Coroutine/non-Coroutine?
But it definitely seems like the aiter()/anext() code needs more test coverage. |
|
Date |
User |
Action |
Args |
2021-04-07 00:44:01 | Dennis Sweeney | set | recipients:
+ Dennis Sweeney, asvetlov, yselivanov, pewscorner |
2021-04-07 00:44:00 | Dennis Sweeney | set | messageid: <1617756240.7.0.841450461053.issue43751@roundup.psfhosted.org> |
2021-04-07 00:44:00 | Dennis Sweeney | link | issue43751 messages |
2021-04-07 00:44:00 | Dennis Sweeney | create | |
|