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 minrk
Recipients Ben.Darnell, aeros, asvetlov, minrk, serhiy.storchaka, xtreak, yselivanov
Date 2021-12-01.11:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638357592.86.0.0591602722394.issue39529@roundup.psfhosted.org>
In-reply-to
Content
Thank you! I think I have enough information to update.

> IMHO, asyncio.set_event_loop()...[is] not deprecated by oversight.

I'm curious, what is an appropriate use of `asyncio.set_event_loop()` if you can never get the event loop with `get_event_loop()`? If you always have to pass the handle around anyway, I'm not sure what the use case for a write-only global would be.
History
Date User Action Args
2021-12-01 11:19:52minrksetrecipients: + minrk, asvetlov, Ben.Darnell, serhiy.storchaka, yselivanov, xtreak, aeros
2021-12-01 11:19:52minrksetmessageid: <1638357592.86.0.0591602722394.issue39529@roundup.psfhosted.org>
2021-12-01 11:19:52minrklinkissue39529 messages
2021-12-01 11:19:52minrkcreate