mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
720aef48b5
Fix a crash in the signal handler of the faulthandler module: no
longer modify the reference count of frame objects.
(cherry picked from commit fe997e1a67)
Co-authored-by: Victor Stinner <vstinner@python.org>
Miscellaneous source files for the main Python shared library