Skip to content

Commit 1bb6088

Browse files
committed
Use less misleading terminology.
1 parent 3e07dde commit 1bb6088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Object Protocol
597597
this allows the interpreter to avoid reference count adjustments to *obj*,
598598
which may improve multi-threaded performance. The tradeoff is
599599
that *obj* will only be deallocated by the tracing garbage collector, and
600-
not when the object's :term:`reference count` reaches zero.
600+
not when the interpreter no longer has any references to it.
601601
602602
This function returns ``1`` if deferred reference counting is enabled on *obj*,
603603
and ``0`` if deferred reference counting is not supported or if the hint was

0 commit comments

Comments
 (0)