mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-107298: Fix a few more refs in the C API docs (GH-108361)
gh-107298: Fix few more refs in the C API docs
This commit is contained in:
parent
2135bcd3ca
commit
422f81b5d2
8 changed files with 18 additions and 18 deletions
|
@ -1403,7 +1403,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
|
|||
are allowed to be removed even if the instance is still alive).
|
||||
|
||||
Note that :c:func:`Py_VISIT` requires the *visit* and *arg* parameters to
|
||||
:c:func:`local_traverse` to have these specific names; don't name them just
|
||||
:c:func:`!local_traverse` to have these specific names; don't name them just
|
||||
anything.
|
||||
|
||||
Instances of :ref:`heap-allocated types <heap-types>` hold a reference to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue