Skip to content

Commit cba879b

Browse files
Update Misc/NEWS.d/next/Core_and_Builtins/2025-09-11-15-56-18.gh-issue-138794.nrOn1K.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 51df436 commit cba879b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
When a new tracing function is registered with
2-
:c:func:`PyRefTracer_SetTracerC`, replacing the current a call to the trace
2+
:c:func:`PyRefTracer_SetTracer`, replacing the current a call to the trace
33
function will be made with the object set to **NULL** and **event** set to
44
:c:data:`PyRefTracer_TRACKER_REMOVED`. This will happen just before the new
55
function is registered. Patch by Pablo Galindo

0 commit comments

Comments
 (0)