mirror of
https://github.com/python/cpython.git
synced 2026-06-28 22:00:19 -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().
Source files for standard library extension modules, and former extension modules that are now builtin modules.