Message361249
Yes, it is what I meant.
Many code written before 3.7 use get_event_loop() because there was no get_running_loop() yet. Now, to avoid deprecation (and making the code more robust) it should be rewritten with using get_running_loop() or get_event_loop() depending on Python version. It is cumbersome, and causes a code churn. |
|
Date |
User |
Action |
Args |
2020-02-02 17:12:57 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, asvetlov, yselivanov |
2020-02-02 17:12:56 | serhiy.storchaka | set | messageid: <1580663576.97.0.776068438323.issue39529@roundup.psfhosted.org> |
2020-02-02 17:12:56 | serhiy.storchaka | link | issue39529 messages |
2020-02-02 17:12:56 | serhiy.storchaka | create | |
|