]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906) (#152065)
authorPrakash Sellathurai <prakashsellathurai@gmail.com>
Wed, 24 Jun 2026 11:40:07 +0000 (17:10 +0530)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 11:40:07 +0000 (11:40 +0000)
commit117b76a19078e5454f2530e91cae5646eec7502c
tree12941d6cd63f84322207b62c123d10b3e3bea6c1
parentaaf850fd333cd89e9aada03d92aaa788a6cb1bb8
[3.13] gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906) (#152065)

[3.13] gh-151905: fix memory error handling in PyFrame_GetBack
(pythonGH-151906)

Signed-off-by: Prakash Sellathurai <prakashsellathurai@gmail.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-06-24-11-12-56.gh-issue-151905.j32skf.rst [new file with mode: 0644]
Objects/frameobject.c