There was an error while loading. Please reload this page.
1 parent ff9cfa0 commit 1adee2fCopy full SHA for 1adee2f
1 file changed
Misc/NEWS.d/next/Library/2026-07-20-20-30-00.gh-issue-154189.partial-vectorcall-uaf.rst
@@ -0,0 +1,3 @@
1
+Fix use-after-free in :func:`functools.partial` vectorcall path. A reentrant
2
+``__hash__`` on a keyword argument key could trigger ``__setstate__`` on the
3
+partial mid-call, freeing the cached args tuple and leaving a dangling pointer.
0 commit comments