mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #18589: fix hyperlinking of type slots (tp_*)
This commit is contained in:
parent
b3c872403d
commit
39668f57f4
9 changed files with 192 additions and 192 deletions
|
@ -121,8 +121,8 @@ The :mod:`gc` module provides the following functions:
|
|||
|
||||
Return a list of objects directly referred to by any of the arguments. The
|
||||
referents returned are those objects visited by the arguments' C-level
|
||||
:attr:`tp_traverse` methods (if any), and may not be all objects actually
|
||||
directly reachable. :attr:`tp_traverse` methods are supported only by objects
|
||||
:c:member:`~PyTypeObject.tp_traverse` methods (if any), and may not be all objects actually
|
||||
directly reachable. :c:member:`~PyTypeObject.tp_traverse` methods are supported only by objects
|
||||
that support garbage collection, and are only required to visit objects that may
|
||||
be involved in a cycle. So, for example, if an integer is directly reachable
|
||||
from an argument, that integer object may or may not appear in the result list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue