]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) (#125466)
authorThomas Grainger <tagrain@gmail.com>
Thu, 17 Oct 2024 04:45:59 +0000 (05:45 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 04:45:59 +0000 (21:45 -0700)
commit32d457941e8b39c0300e02632f932d1556b7beee
treef0db1918f7b4b13a4e1c39f2b92b66498cebf419
parent42b8e52de41fc82f2985ddda9d40112b6e28a80c
[3.12] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) (#125466)

gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)
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]