File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments