]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception...
authorThomas Grainger <tagrain@gmail.com>
Thu, 23 Jan 2025 15:53:53 +0000 (15:53 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 15:53:53 +0000 (16:53 +0100)
commitec91e1c2762412f1408b0dfb5d281873b852affe
tree34380803ccc909a5d5be65e81bf896151c7aeff2
parentcf0b2da1e6947aa15be119582c2017765ab46863
gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (#128475)

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]