◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
4 changes: 2 additions & 2 deletions Lib/test/test_asyncio/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def tearDown(self):
if not self.loop.is_closed():
test_utils.run_briefly(self.loop)

self.loop.close()
gc.collect()
super().tearDown()

def test_run_until_complete_nesting(self):
Expand Down
Toggle all file notes Toggle all file annotations