mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
53b544a6a7
[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 commit8eeb800faf) (cherry picked from commite1e4852133) Co-authored-by: Victor Stinner <vstinner@python.org>
Miscellaneous source files for the main Python shared library