]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914)
authorPetr Viktorin <encukou@gmail.com>
Mon, 7 Jul 2025 12:05:17 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 12:05:17 +0000 (14:05 +0200)
commit73e1207a4ebdb3b43d597cd6c288dae6d7d1dbdb
tree7aacac32c50424447e9b7f829f6a2283e6909c39
parent11f074b243756bca0db5a7d35dd84f00879de616
gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914)

* gh-135913: Document ob_refcnt, ob_type, ob_size

In `typeobj.rst`, instead of `:c:member:` it would be better to
use `.. c:member::` with a `:no-index:` option, see:

See ref. https://www.sphinx-doc.org/en/master/usage/domains/index.html#basic-markup

However, `c:member` currently does not support `:no-index:`.
Doc/c-api/structures.rst
Doc/c-api/typeobj.rst