We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba315f commit 6b34f05Copy full SHA for 6b34f05
Lib/test/test_asyncio/test_taskgroups.py
@@ -997,7 +997,7 @@ async def coro_fn():
997
998
self.assertIsNone(task_wr())
999
self.assertIsInstance(exc, _Done)
1000
- self.assertListEqual(gc.get_referrers(exc), no_other_refs())
+ self.assertListEqual(gc.get_referrers(exc), [])
1001
1002
async def test_exception_refcycles_propagate_cancellation_error(self):
1003
"""Test that TaskGroup deletes propagate_cancellation_error"""
0 commit comments