blob: 16bea5ff8f57c245d878e8aaa2b4724cad1489ce (
plain)
1
2
3
4
|
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.
|