mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
547d26aa08
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