Skip to content

Commit f0fc73c

Browse files
committed
Remove sys._defer_refcount() documentation.
1 parent 478d482 commit f0fc73c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

Doc/library/sys.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -290,26 +290,6 @@ always available. Unless explicitly noted otherwise, all variables are read-only
290290
This function is specific to CPython. The exact output format is not
291291
defined here, and may change.
292292

293-
.. function:: _defer_refcount(op)
294-
295-
Enable deferred reference counting on *op*, mitigating reference count
296-
contention on :term:`free threaded <free threading>` builds of Python.
297-
298-
Return :const:`True` if deferred reference counting was enabled on *op*,
299-
and :const:`False` otherwise.
300-
301-
.. versionadded:: next
302-
303-
.. impl-detail::
304-
305-
This function should be used for specialized purposes only.
306-
It is not guaranteed to exist in all implementations of Python.
307-
308-
.. seealso::
309-
310-
:c:func:`PyUnstable_Object_EnableDeferredRefcount`
311-
312-
313293
.. data:: dllhandle
314294

315295
Integer specifying the handle of the Python DLL.

0 commit comments

Comments
 (0)