We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e07dde commit 1bb6088Copy full SHA for 1bb6088
Doc/c-api/object.rst
@@ -597,7 +597,7 @@ Object Protocol
597
this allows the interpreter to avoid reference count adjustments to *obj*,
598
which may improve multi-threaded performance. The tradeoff is
599
that *obj* will only be deallocated by the tracing garbage collector, and
600
- not when the object's :term:`reference count` reaches zero.
+ not when the interpreter no longer has any references to it.
601
602
This function returns ``1`` if deferred reference counting is enabled on *obj*,
603
and ``0`` if deferred reference counting is not supported or if the hint was
0 commit comments