]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jan 2025 21:16:02 +0000 (22:16 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 21:16:02 +0000 (22:16 +0100)
commit75ec6caa484a93e665e73fb5e6b1f04802225b86
tree2917b0354f51778e2be2754237dfa90fb2b0b6b0
parent5c102a12a13324aa1283f2ea3bd328acafdb580a
[3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475) (#129227)

gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475)
(cherry picked from commit ec91e1c2762412f1408b0dfb5d281873b852affe)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/asyncio/staggered.py
Lib/test/test_asyncio/test_staggered.py
Misc/NEWS.d/next/Library/2025-01-04-11-10-04.gh-issue-128479.jvOrF-.rst [new file with mode: 0644]