gh-146092: Handle _PyFrame_GetFrameObject() failures properly by vstinner · Pull Request #146124 · python/cpython
* Fix _PyFrame_GetLocals() and _PyFrame_GetLocals() error handling. * _PyEval_ExceptionGroupMatch() now fails on _PyFrame_GetLocals() error.
vstinner added a commit to vstinner/cpython that referenced this pull request
…ython#146124) * Fix _PyFrame_GetLocals() and _PyFrame_GetLocals() error handling. * _PyEval_ExceptionGroupMatch() now fails on _PyFrame_GetLocals() error. (cherry picked from commit e1e4852)
vstinner added a commit that referenced this pull request
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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)
vstinner added a commit that referenced this pull request
…H-146124) (GH-146132) (#146138) [3.14] gh-146092: Handle _PyFrame_GetFrameObject() failures properly (GH-146124) (GH-146132) 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) (cherry picked from commit e1e4852) Co-authored-by: Victor Stinner <vstinner@python.org>
ljfp pushed a commit to ljfp/cpython that referenced this pull request
…ython#146124) * Fix _PyFrame_GetLocals() and _PyFrame_GetLocals() error handling. * _PyEval_ExceptionGroupMatch() now fails on _PyFrame_GetLocals() error.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters