Message361609
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. |
|
Date |
User |
Action |
Args |
2020-02-07 19:32:10 | yselivanov | set | recipients:
+ yselivanov, asvetlov, serhiy.storchaka, xtreak |
2020-02-07 19:32:10 | yselivanov | set | messageid: <1581103930.1.0.516419925269.issue39529@roundup.psfhosted.org> |
2020-02-07 19:32:10 | yselivanov | link | issue39529 messages |
2020-02-07 19:32:10 | yselivanov | create | |
|