summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2021-09-24-11-12-21.bpo-43760.Bfxd1-.rst
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.