mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
615d7fc34a
gh-110052: Fix faulthandler for freed tstate (#110069)
faulthandler now detected freed interp and freed tstate, and no
longer dereference them.
Backport to 3.11: add pycore_pymem.h include to traceback.c.
(cherry picked from commit 2e37a38bcb)
Miscellaneous source files for the main Python shared library