]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 Oct 2024 08:14:00 +0000 (09:14 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 08:14:00 +0000 (08:14 +0000)
commitac00bf0e96d93adf20879217dc7022c7c3a5dc89
treefbbce89377278e91600d2f9495d0959c55fa7b45
parent57668a4be586fad22b5d6337a1e5e1e7246caa92
[3.13] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with new non-`None` context (GH-126103) (#126229)

gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with new non-`None` context (GH-126103)
(cherry picked from commit d07dcce6935364cab807e0df931ed09b088ade69)

Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2024-10-28-22-35-22.gh-issue-126083.TuI--n.rst [new file with mode: 0644]
Modules/_asynciomodule.c