blob: 16bea5ff8f57c245d878e8aaa2b4724cad1489ce [file] [log] [blame]
Add new :c:func:`PyThreadState_EnterTracing`, and
:c:func:`PyThreadState_LeaveTracing` functions to the limited C API to suspend
and resume tracing and profiling.
Patch by Victor Stinner.