mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
Call backtrace() once when installing the signal handler to ensure that libgcc is dynamically loaded outside the signal handler. This fixes a "signal-unsafe call inside of a signal" TSan error from test_faulthandler.test_enable_fd.
Miscellaneous source files for the main Python shared library