diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2021-09-24-11-12-21.bpo-43760.Bfxd1-.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2021-09-24-11-12-21.bpo-43760.Bfxd1-.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-09-24-11-12-21.bpo-43760.Bfxd1-.rst b/Misc/NEWS.d/next/C API/2021-09-24-11-12-21.bpo-43760.Bfxd1-.rst deleted file mode 100644 index 16bea5f..0000000 --- a/Misc/NEWS.d/next/C API/2021-09-24-11-12-21.bpo-43760.Bfxd1-.rst +++ /dev/null @@ -1,4 +0,0 @@ -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. |