]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (GH-124959) (#125463)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Oct 2024 15:45:49 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 15:45:49 +0000 (15:45 +0000)
commit4e08c9829269525f097407ef017ebffd165e4ea9
treeeaf0c680ca603bf834a4d93117570c6409a2722d
parent6c81928ba75efb17e1b3287ccf9500835d51c841
[3.13] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (GH-124959) (#125463)

gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (GH-124959)
(cherry picked from commit d5dbbf4372cd3dbf3eead1cc70ddc4261c061fd9)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Lib/asyncio/futures.py
Lib/asyncio/taskgroups.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_taskgroups.py
Misc/NEWS.d/next/Library/2024-10-04-08-46-00.gh-issue-124958.rea9-x.rst [new file with mode: 0644]