]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-152569: Fix asyncio.wait leaking tasks via await-graph on long-lived future...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 08:17:13 +0000 (10:17 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 08:17:13 +0000 (08:17 +0000)
commit86e5a6e3eb2cb54176efdfd8ca7e76ae71a20acb
treebdebbb7111e9ee9479abb44b6f6ac514bc13e5d6
parentc8663d3dfa2d9dcf92aae614732f83c6e91c0933
[3.14] gh-152569: Fix asyncio.wait leaking tasks via await-graph on long-lived futures (GH-152585) (#152866)

gh-152569: Fix asyncio.wait leaking tasks via await-graph on long-lived futures (GH-152585)
(cherry picked from commit f8514dccaca4acb84ba02188c3e433a9d6989c13)

Co-authored-by: Simon Knott <info@simonknott.de>
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]