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 Radu Matei Lăcraru
Recipients Radu Matei Lăcraru, asvetlov, yselivanov
Date 2019-06-07.08:57:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559897870.46.0.572165023126.issue37190@roundup.psfhosted.org>
In-reply-to
Content
asyncio.iscoroutinefunction(<async_generator>.__anext__)
asyncio.iscoroutinefunction(<async_generator>.asend)
asyncio.iscoroutinefunction(<async_generator>.athrow)
asyncio.iscoroutinefunction(<async_generator>.aclose)

All of these return False, is this the intended behavior? Aren't all of these in fact coroutine functions?
History
Date User Action Args
2019-06-07 08:57:50Radu Matei Lăcrarusetrecipients: + Radu Matei Lăcraru, asvetlov, yselivanov
2019-06-07 08:57:50Radu Matei Lăcrarusetmessageid: <1559897870.46.0.572165023126.issue37190@roundup.psfhosted.org>
2019-06-07 08:57:50Radu Matei Lăcrarulinkissue37190 messages
2019-06-07 08:57:50Radu Matei Lăcrarucreate