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

I am writing a code (it is not trivial to emit correct warning) and I have a 
question. What to do if the loop was set by set_event_loop()? Currently 
get_event_loop() can return a loop without creating a new loop while 
get_running_loop() raises an error. Should get_event_loop() still support this 
in future or set_event_loop() will be deprecated?

----------

_______________________________________
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