]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evil `loop...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 27 Oct 2024 15:04:43 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 15:04:43 +0000 (20:34 +0530)
commitf819d4301d7c75f02be1187fda017f0e7b608816
tree5caf18e41c9829754bf0d2017f528af0b4db40c1
parent80eec52fc813bc7d20478da3114ec6ffd73e7c31
gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evil `loop.__getattribute__` (#126003)
Lib/test/test_asyncio/test_futures.py
Misc/NEWS.d/next/Library/2024-10-26-12-50-48.gh-issue-125984.d4vp5_.rst [new file with mode: 0644]
Modules/_asynciomodule.c