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, tomaszdrozdz, yselivanov
Date 2020-07-09.17:37:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594316266.84.0.425386659897.issue41202@roundup.psfhosted.org>
In-reply-to
Content
> So how about maybe:   

That wouldn't work. You still haven't explained what's wrong with calling `loop = asyncio.get_running_loop()` inside `async def main()`. That literally solves all problems without the need of us modifying any APIs.
History
Date User Action Args
2020-07-09 17:37:46yselivanovsetrecipients: + yselivanov, asvetlov, aeros, tomaszdrozdz
2020-07-09 17:37:46yselivanovsetmessageid: <1594316266.84.0.425386659897.issue41202@roundup.psfhosted.org>
2020-07-09 17:37:46yselivanovlinkissue41202 messages
2020-07-09 17:37:46yselivanovcreate