Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39529>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to