]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143228: Fix UAF in perf trampoline during finalization (GH-143233) (#143248)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 28 Dec 2025 14:32:16 +0000 (14:32 +0000)
committerGitHub <noreply@github.com>
Sun, 28 Dec 2025 14:32:16 +0000 (14:32 +0000)
commitde34f6d4044253268fbf685e9bc0907b392bccb0
treec0fc6f2882cda465ef67f7131865348a85abf49a
parent19fda670d6061584de873ba8f9c27aad742c0fbb
[3.13] gh-143228: Fix UAF in perf trampoline during finalization (GH-143233) (#143248)
Doc/data/python3.13.abi
Include/internal/pycore_ceval.h
Include/internal/pycore_ceval_state.h
Misc/NEWS.d/next/Core and Builtins/2025-12-27-23-57-43.gh-issue-143228.m3EF9E.rst [new file with mode: 0644]
Python/perf_trampoline.c
Python/pylifecycle.c