]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151905: fix memory error handling in PyFrame_GetBack (#151906)
authorPrakash Sellathurai <prakashsellathurai@gmail.com>
Mon, 22 Jun 2026 11:11:31 +0000 (16:41 +0530)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2026 11:11:31 +0000 (16:41 +0530)
commit1ab8862ea0ad8d52af8a75866077b1e09b0ba62d
tree6eda2dc2b7662bf481dc949379bf6b2a54a524f0
parent476b649728201e78c38cc165c2fba841e392cf82
gh-151905: fix memory error handling in PyFrame_GetBack (#151906)
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