]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-128588: fix refcycles in eager task creation and remove eager tasks optimiz...
authorThomas Grainger <tagrain@gmail.com>
Tue, 21 Jan 2025 05:41:39 +0000 (05:41 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 05:41:39 +0000 (11:11 +0530)
commitbc214545f9f6b0288330dd8afe0a33a280406df5
tree5b2e99bf68fee89cd78d37adede2c99a42e7f331
parent23cb53a31221a1697010cc128b42eeb24a2a9cc9
[3.12] gh-128588: fix refcycles in eager task creation and remove eager tasks optimization that missed and introduced incorrect cancellations (#129063) (#128586)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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]
Misc/NEWS.d/next/Library/2025-01-20-13-12-39.gh-issue-128550.AJ5TOL.rst [new file with mode: 0644]