]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154189: Fix use-after-free in `functools.partial_vectorcall` (GH-154508)
authorBrij Kapadia <97006829+brijkapadia@users.noreply.github.com>
Fri, 24 Jul 2026 21:32:07 +0000 (17:32 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 21:32:07 +0000 (23:32 +0200)
commit1a742d403243ac9915ffcc54e29516e58c44dc42
tree5ed3bc789ec6cd5a5c234be9a2def17cde7a41b1
parentf717b25712064b88e6dac5a919dbc717e69ebb9c
gh-154189: Fix use-after-free in `functools.partial_vectorcall` (GH-154508)
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2026-07-22-15-56-11.gh-issue-154189.7zWWNZ.rst [new file with mode: 0644]
Modules/_functoolsmodule.c