Message 381860 - Python tracker
Message381860
| 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:49 | serhiy.storchaka | set | recipients: + serhiy.storchaka, asvetlov, yselivanov, xtreak, aeros |
| 2020-11-25 20:21:49 | serhiy.storchaka | set | messageid: <1606335709.34.0.981963001027.issue39529@roundup.psfhosted.org> |
| 2020-11-25 20:21:49 | serhiy.storchaka | link | issue39529 messages |
| 2020-11-25 20:21:49 | serhiy.storchaka | create | |