]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149816: Fix UAF in Modules/_pickle.c (GH-150024)
authorAlexey Katsman <alex2007508@gmail.com>
Tue, 19 May 2026 22:11:17 +0000 (15:11 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 22:11:17 +0000 (00:11 +0200)
commitd095ceb0f420a22353271a8adaf5a83433d018e5
tree60b7a717696ea2b952bd72841e4e656a8e21ae0d
parent61f12211fc40aef4a2dcccb9c94aae8108042edb
gh-149816: Fix UAF in Modules/_pickle.c (GH-150024)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Lib/test/test_free_threading/test_pickle.py
Misc/NEWS.d/next/Library/2026-05-18-12-42-31.gh-issue-149816.F98iME.rst [new file with mode: 0644]
Modules/_pickle.c