]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Nov 2024 13:04:27 +0000 (14:04 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 13:04:27 +0000 (13:04 +0000)
commit2da063e0b2823a770e898f2b7babe2dfc006b8d5
tree66fd142fbab02a87f7be1b98396ba9ee10afca80
parent02cd3ce0f201df98939c65bcba8445bb0b70717b
[3.13] gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (GH-126733) (#126736)

gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (GH-126733)
(cherry picked from commit 37c57dfad12744608091653fd753a1f770e2479b)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Modules/_asynciomodule.c