Files
cpython/Modules
Victor Stinner 547d26aa08 bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
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().
2021-10-15 16:06:30 +02:00
..
2021-10-03 16:58:14 +03:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.