]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129289: fix crash when task finalizer is not called in asyncio (#129840)
authorKumar Aditya <kumaraditya@python.org>
Mon, 10 Feb 2025 11:33:59 +0000 (17:03 +0530)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 11:33:59 +0000 (17:03 +0530)
commit94cd2e0ddeff83dee3254ca356d9e4396927d075
tree781d5687680d1a26d8d167bcc0559b1577e0f485
parent7c156a63d3d5aadff0d40af73c0f622f7a0fcea5
gh-129289: fix crash when task finalizer is not called in asyncio (#129840)
Include/internal/pycore_object.h
Lib/test/test_asyncio/test_tasks.py
Modules/_asynciomodule.c