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 bar.harel
Recipients bar.harel
Date 2021-08-14.00:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628901403.12.0.195708767229.issue44911@roundup.psfhosted.org>
In-reply-to
Content
Writing a test that leaks a running asyncio task will cause IsolatedAsyncioTestCase to crash while attempting to cancel.

Seems like the loop argument wasn't removed from the usage of asyncio.gather() in IsolatedAsyncioTestCase._tearDownAsyncioLoop

Pushing a fix as we speak
History
Date User Action Args
2021-08-14 00:36:43bar.harelsetrecipients: + bar.harel
2021-08-14 00:36:43bar.harelsetmessageid: <1628901403.12.0.195708767229.issue44911@roundup.psfhosted.org>
2021-08-14 00:36:43bar.harellinkissue44911 messages
2021-08-14 00:36:42bar.harelcreate