]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128552: fix refcycles in eager task creation (#128553)
authorThomas Grainger <tagrain@gmail.com>
Tue, 7 Jan 2025 11:44:57 +0000 (11:44 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2025 11:44:57 +0000 (11:44 +0000)
commit61b9811ac6843e22b5896ef96030d421b79cd892
tree3f29fef0b3d767a290bd51c4b1429fb581af3885
parent6ea04da27036eaa69d65150148bb8c537d9beacf
gh-128552: fix refcycles in eager task creation (#128553)
Lib/asyncio/base_events.py
Lib/asyncio/taskgroups.py
Lib/test/test_asyncio/test_taskgroups.py
Misc/NEWS.d/next/Library/2025-01-06-18-41-08.gh-issue-128552.fV-f8j.rst [new file with mode: 0644]