mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
gh-146092: Handle _PyFrame_GetFrameObject() failures properly (#146124) * Fix _PyFrame_GetLocals() and _PyFrame_GetLocals() error handling. * _PyEval_ExceptionGroupMatch() now fails on _PyFrame_GetLocals() error. (cherry picked from commit e1e4852133ea548479bc9b975420a32331df7cee)
Miscellaneous source files for the main Python shared library