[3.13] gh-146092: Handle _PyFrame_GetFrameObject() failures properly (GH-146124) (GH-146132) by miss-islington · Pull Request #146138 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
miss-islington
commented
Mar 18, 2026
miss-islington
commented
Contributor
gh-146092: Handle _PyFrame_GetFrameObject() failures properly (GH-146124)
- Fix _PyFrame_GetLocals() and _PyFrame_GetLocals() error handling.
- _PyEval_ExceptionGroupMatch() now fails on _PyFrame_GetLocals()
error.
(cherry picked from commit 8eeb800)
Co-authored-by: Victor Stinner vstinner@python.org
(cherry picked from commit e1e4852)
…perly (pythonGH-146124) (pythonGH-146132) pythongh-146092: Handle _PyFrame_GetFrameObject() failures properly (pythonGH-146124) * Fix _PyFrame_GetLocals() and _PyFrame_GetLocals() error handling. * _PyEval_ExceptionGroupMatch() now fails on _PyFrame_GetLocals() error. (cherry picked from commit 8eeb800) Co-authored-by: Victor Stinner <vstinner@python.org> (cherry picked from commit e1e4852)
miss-islington
requested a review
from markshannon
as a code owner
bedevere-app
Bot
mentioned this pull request
bedevere-app
Bot
added
the
skip news
label
bedevere-app
Bot
mentioned this pull request
bedevere-app
Bot
added
the
awaiting review
label
serhiy-storchaka
approved these changes
bedevere-app
Bot
added
awaiting merge
and removed
awaiting review
labels
bedevere-app
Bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-8eeb800-3.13
branch
vstinner
commented
Mar 18, 2026
vstinner commented
Member
Merged. Thanks for checking @serhiy-storchaka.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment