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 asvetlov
Recipients asvetlov, rhettinger, uranusjr, yselivanov
Date 2022-02-09.14:21:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644416502.02.0.319743440559.issue46622@roundup.psfhosted.org>
In-reply-to
Content
Pull Request is welcome!
I would say that the PR should not use asyncio directly but 'async def', 'await', and `inspect.iscoroutine()` / `inspect.iscoroutinefunction()` instead.
The property should work with any async framework, not asyncio only.
History
Date User Action Args
2022-02-09 14:21:42asvetlovsetrecipients: + asvetlov, rhettinger, yselivanov, uranusjr
2022-02-09 14:21:42asvetlovsetmessageid: <1644416502.02.0.319743440559.issue46622@roundup.psfhosted.org>
2022-02-09 14:21:42asvetlovlinkissue46622 messages
2022-02-09 14:21:41asvetlovcreate