]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)
authorThomas Grainger <tagrain@gmail.com>
Mon, 14 Oct 2024 15:19:56 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 15:19:56 +0000 (08:19 -0700)
commitd5dbbf4372cd3dbf3eead1cc70ddc4261c061fd9
tree81f9098b3e6857cad85f38790a96765968b4074b
parent45df264f3ffbc0893cbfd257131d3abe21043786
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]