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 asvetlov, serhiy.storchaka, xtreak, yselivanov
Date 2020-02-07.19:32:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581103930.1.0.516419925269.issue39529@roundup.psfhosted.org>
In-reply-to
Content
I think we still use get_event_loop() in asyncio code, no? If we do, we should start by raising deprecation warnings in those call sites, e.g. if a Future or Lock is created outside of a coroutine and no explicit event loop is passed. We should do this in 3.9. We can then think about deprecating get_event_loop in 3.10.
History
Date User Action Args
2020-02-07 19:32:10yselivanovsetrecipients: + yselivanov, asvetlov, serhiy.storchaka, xtreak
2020-02-07 19:32:10yselivanovsetmessageid: <1581103930.1.0.516419925269.issue39529@roundup.psfhosted.org>
2020-02-07 19:32:10yselivanovlinkissue39529 messages
2020-02-07 19:32:10yselivanovcreate