]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152569: Fix asyncio.wait leaking tasks via await-graph on long-lived futures ...
authorSimon Knott <info@simonknott.de>
Thu, 2 Jul 2026 07:50:12 +0000 (09:50 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 07:50:12 +0000 (13:20 +0530)
commitf8514dccaca4acb84ba02188c3e433a9d6989c13
tree26cbfdbd85de52032019567e4057f3f176745f53
parentf3bf8abb8c0f4cb20bed3dc7d98eca4a2d668709
gh-152569: Fix asyncio.wait leaking tasks via await-graph on long-lived futures (#152585)
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2026-06-29-09-45-00.gh-issue-152569.Kf7Lq2.rst [new file with mode: 0644]