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 0598eed commit 787c9fcCopy full SHA for 787c9fc
1 file changed
Lib/test/test_asyncio/test_tasks.py
@@ -3696,7 +3696,7 @@ async def target():
3696
# .BaseProactorEventLoop._loop_self_reading as ready task
3697
# We should filter it out.
3698
ready_tasks = [
3699
- i for i in self.loop._ready
+ i for i in self.loop._ready
3700
if i._callback.__name__ != "_loop_self_reading"]
3701
self.assertEqual(0, len(ready_tasks))
3702
0 commit comments