]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (#126305)
authorNico-Posada <102486290+Nico-Posada@users.noreply.github.com>
Sat, 2 Nov 2024 07:46:00 +0000 (03:46 -0400)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2024 07:46:00 +0000 (13:16 +0530)
commitf032f6ba8fec6fab35edeec0eb40cd73e9d58928
tree36195cbe7b3e64d591688a3593290b70cff8477b
parent914356f4d485e378eb692e57d822b893acc0c0da
gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (#126305)

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Misc/NEWS.d/next/Library/2024-11-01-14-31-41.gh-issue-126138.yTniOG.rst [new file with mode: 0644]
Modules/_asynciomodule.c