gh-127949: fix resource warnings in `test_tasks.py` (#128172)

This commit is contained in:
Thomas Grainger 2024-12-22 12:46:02 +00:00 committed by GitHub
parent 228f275737
commit b66a4ad9fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -2698,7 +2698,7 @@ def __str__(self):
initial_refcount = sys.getrefcount(obj)
coro = coroutine_function()
loop = asyncio.new_event_loop()
with contextlib.closing(asyncio.EventLoop()) as loop:
task = asyncio.Task.__new__(asyncio.Task)
for _ in range(5):