]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142556: fix crash when a task gets re-registered during finalization in `asyncio...
authorKumar Aditya <kumaraditya@python.org>
Thu, 11 Dec 2025 09:34:49 +0000 (15:04 +0530)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 09:34:49 +0000 (15:04 +0530)
commit42d2bedb875f42f0580ee2cfb4bd80a5a229bbd4
treee6331c95777a2ad3ec8df10985a9562e3fda46b2
parentda8199f8842c2830fa4015138725849863523de4
gh-142556: fix crash when a task gets re-registered during finalization in `asyncio` (#142565)
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2025-12-11-09-03-07.gh-issue-142556.RuiBte.rst [new file with mode: 0644]
Modules/_asynciomodule.c