mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
a84181c31b
faulthandler now detects if a frame or a code object is invalid or freed. Add helper functions: * _PyCode_SafeAddr2Line() * _PyFrame_SafeGetCode() * _PyFrame_SafeGetLasti() _PyMem_IsPtrFreed() now detects pointers in [-0xff, 0xff] range as freed.
Miscellaneous source files for the main Python shared library