Message402149
| Author | serhiy.storchaka |
|---|---|
| Recipients | asvetlov, ezio.melotti, michael.foord, rbcollins, serhiy.storchaka, yselivanov |
| Date | 2021-09-19.10:03:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1632045781.69.0.458960858397.issue45238@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
It turned out be more complicated than I expected. We need to keep the even loop after getting exception in debug() for having ability to run doCleanup() etc. The option is to close the even loop in __del__. But we should ensure that it is closed before running other event loop. Also, assertRaises() creates reference loops, so we cannot use it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-09-19 10:03:02 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rbcollins, ezio.melotti, michael.foord, asvetlov, yselivanov |
| 2021-09-19 10:03:01 | serhiy.storchaka | set | messageid: <1632045781.69.0.458960858397.issue45238@roundup.psfhosted.org> |
| 2021-09-19 10:03:01 | serhiy.storchaka | link | issue45238 messages |
| 2021-09-19 10:03:01 | serhiy.storchaka | create | |