]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142556: fix crash when a task gets re-registered during finalization in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Dec 2025 10:00:44 +0000 (11:00 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 10:00:44 +0000 (10:00 +0000)
commit7218be0199932413c05e39f68cdc4ad27a282867
tree9cdcaf67231f3523305f3e5b6e8dd3fc89ee8309
parentb317c60e04d5afb00bce0fd798bc257c28e5a385
[3.14] gh-142556: fix crash when a task gets re-registered during finalization in `asyncio` (GH-142565) (#142566)

gh-142556: fix crash when a task gets re-registered during finalization in `asyncio` (GH-142565)
(cherry picked from commit 42d2bedb875f42f0580ee2cfb4bd80a5a229bbd4)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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