]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with new non...
authorNico-Posada <102486290+Nico-Posada@users.noreply.github.com>
Thu, 31 Oct 2024 07:47:57 +0000 (03:47 -0400)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 07:47:57 +0000 (10:47 +0300)
commitd07dcce6935364cab807e0df931ed09b088ade69
tree34ad1a05566414287caa39f40c30b11b1ac5e7f7
parentd467d9246cbe0ce5dc149c4c74223bb8374ece73
gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with new non-`None` context (#126103)
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