]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128552: fix refcycles in eager task creation (#128553) (#128585)
authorThomas Grainger <tagrain@gmail.com>
Wed, 8 Jan 2025 12:46:43 +0000 (12:46 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2025 12:46:43 +0000 (18:16 +0530)
commit13835888e697e7412b905a55d78755ed7a132c5c
tree86dc7d1fd13e8492802efcae922abe77f6030211
parent7e099c51b6404d8d6a5282ac20186d6bd4cda17d
[3.13] gh-128552: fix refcycles in eager task creation (#128553) (#128585)

gh-128552: fix refcycles in eager task creation (#128553)

(cherry picked from commit 61b9811ac6843e22b5896ef96030d421b79cd892)
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]