This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, asvetlov, pewscorner, yselivanov
Date 2021-04-07.00:44:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617756240.7.0.841450461053.issue43751@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-04-07 00:44:01Dennis Sweeneysetrecipients: + Dennis Sweeney, asvetlov, yselivanov, pewscorner
2021-04-07 00:44:00Dennis Sweeneysetmessageid: <1617756240.7.0.841450461053.issue43751@roundup.psfhosted.org>
2021-04-07 00:44:00Dennis Sweeneylinkissue43751 messages
2021-04-07 00:44:00Dennis Sweeneycreate