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 serhiy.storchaka
Recipients aeros, asvetlov, serhiy.storchaka, xtreak, yselivanov
Date 2020-11-25.20:21:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606335709.34.0.981963001027.issue39529@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-11-25 20:21:49serhiy.storchakasetrecipients: + serhiy.storchaka, asvetlov, yselivanov, xtreak, aeros
2020-11-25 20:21:49serhiy.storchakasetmessageid: <1606335709.34.0.981963001027.issue39529@roundup.psfhosted.org>
2020-11-25 20:21:49serhiy.storchakalinkissue39529 messages
2020-11-25 20:21:49serhiy.storchakacreate