Skip to content

Commit

Permalink
Docs: Fix comment out in c-api/typeobj.rst (#128266)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyuki7w authored Dec 26, 2024
1 parent c6563f3 commit 8a26c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doc/c-api/typeobj.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 8a26c7b

Please sign in to comment.