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 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:02serhiy.storchakasetrecipients: + serhiy.storchaka, rbcollins, ezio.melotti, michael.foord, asvetlov, yselivanov
2021-09-19 10:03:01serhiy.storchakasetmessageid: <1632045781.69.0.458960858397.issue45238@roundup.psfhosted.org>
2021-09-19 10:03:01serhiy.storchakalinkissue45238 messages
2021-09-19 10:03:01serhiy.storchakacreate