]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:21 +0000 (22:16 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 21:16:21 +0000 (22:16 +0100)
commite94939cedb76650c06821e91d9011c0fe82fd1ec
tree8ca1231ee4fb82ae1cd8236f88a883204be5cc53
parentbb7c54d5ba6492b01b1c8731207a36196f85ea8b
[3.12] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475) (#129228)

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]