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 yselivanov
Recipients aeros, asvetlov, yselivanov
Date 2020-11-18.23:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605743010.28.0.862732785583.issue42392@roundup.psfhosted.org>
In-reply-to
Content
> Despite the fact that asyncio.get_running_loop() never returns None but raises RuntimeError (and maybe other tiny cleanups), 

It never raises when called from inside a coroutine. And I propose to do that. So it will never fail.
History
Date User Action Args
2020-11-18 23:43:30yselivanovsetrecipients: + yselivanov, asvetlov, aeros
2020-11-18 23:43:30yselivanovsetmessageid: <1605743010.28.0.862732785583.issue42392@roundup.psfhosted.org>
2020-11-18 23:43:30yselivanovlinkissue42392 messages
2020-11-18 23:43:30yselivanovcreate