]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906) (#151918)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jun 2026 13:46:54 +0000 (15:46 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 13:46:54 +0000 (19:16 +0530)
commiteaa3facd35177b34b9f96ef9a5fb4a5e9978a4d7
tree941c113b1891f23e3ef7bb1705e14a9e6018863a
parente86666c9dd256d52d0fbef6feb1ea4a51768fdec
[3.14] gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906) (#151918)

gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906)
(cherry picked from commit 1ab8862ea0ad8d52af8a75866077b1e09b0ba62d)

Co-authored-by: Prakash Sellathurai <prakashsellathurai@gmail.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-06-22-06-26-34.gh-issue-151905.FOLMYg.rst [new file with mode: 0644]
Objects/frameobject.c