]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-86802: Fix asyncio memory leak; shielded task exceptions log once through...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 May 2025 17:43:09 +0000 (19:43 +0200)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 17:43:09 +0000 (19:43 +0200)
commitefdaae5b356a158cf6028844d08b0efd1c5313cb
treec921aae4f736b2c864e077c02727e05d855fddc6
parent6ce2045139e461d45e721745383245f484a7f167
[3.14] gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331) (gh-134343)

(cherry picked from commit f695eca60cfc53cf3322323082652037d6d0cfef)

Co-authored-by: Christian Harries <68507104+ChristianHrs@users.noreply.github.com>
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]