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.08:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638346973.22.0.724095177298.issue39529@roundup.psfhosted.org>
In-reply-to
Content
Further digging reveals that `policy.get_event_loop()` is _not_ deprecated while `asyncio.get_event_loop()` is. Is that intentional? Does that mean switching our calls to `get_event_loop_policy().get_event_loop()` should continue to work without deprecation?
History
Date User Action Args
2021-12-01 08:22:53minrksetrecipients: + minrk, asvetlov, Ben.Darnell, serhiy.storchaka, yselivanov, xtreak, aeros
2021-12-01 08:22:53minrksetmessageid: <1638346973.22.0.724095177298.issue39529@roundup.psfhosted.org>
2021-12-01 08:22:53minrklinkissue39529 messages
2021-12-01 08:22:53minrkcreate