mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Add PyThreadState_EnterTracing() and PyThreadState_LeaveTracing() functions to the limited C API to suspend and resume tracing and profiling. Add an unit test on the PyThreadState C API to _testcapi. Add also internal _PyThreadState_DisableTracing() and _PyThreadState_ResetTracing().
Miscellaneous source files for the main Python shared library