]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the...
authorChristian Harries <68507104+ChristianHrs@users.noreply.github.com>
Tue, 20 May 2025 15:14:27 +0000 (16:14 +0100)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 15:14:27 +0000 (17:14 +0200)
commitf695eca60cfc53cf3322323082652037d6d0cfef
treeb9f8b36147f74bb65bd9dfcfbce022dbf69c796f
parentf3acbb72ff125172522545ec6f6c676f5108b109
gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2025-05-20-15-13-43.gh-issue-86802.trF7TM.rst [new file with mode: 0644]