]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (#126733)
authorKumar Aditya <kumaraditya@python.org>
Tue, 12 Nov 2024 12:31:34 +0000 (18:01 +0530)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 12:31:34 +0000 (18:01 +0530)
commit37c57dfad12744608091653fd753a1f770e2479b
treea2c1cb09126fe447e92717bf90aa68c78272f2f9
parent0ef84b0e2bf511b2cb5268a9ce64d7f2209fb3c4
gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (#126733)
Modules/_asynciomodule.c