]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix comment out in `c-api/typeobj.rst` (#128266)
authorYuki Kobayashi <drsuaimqjgar@gmail.com>
Thu, 26 Dec 2024 14:39:44 +0000 (23:39 +0900)
committerGitHub <noreply@github.com>
Thu, 26 Dec 2024 14:39:44 +0000 (20:09 +0530)
Doc/c-api/typeobj.rst

index ba58cc1c26c70b42755782e7eabba001749203c7..69c518d8e64cbc880327fed82c00b478dd524180 100644 (file)
@@ -1023,6 +1023,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
    :c:macro:`Py_TPFLAGS_HAVE_GC` flag bit is clear in the subtype and the
    :c:member:`~PyTypeObject.tp_traverse` and :c:member:`~PyTypeObject.tp_clear` fields in the subtype exist and have
    ``NULL`` values.
+
    .. XXX are most flag bits *really* inherited individually?
 
    **Default:**