From: Yuki Kobayashi Date: Thu, 26 Dec 2024 14:39:44 +0000 (+0900) Subject: Docs: Fix comment out in `c-api/typeobj.rst` (#128266) X-Git-Tag: v3.14.0a4~192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a26c7b2af59b999ae41b8189295cc550f297f6e;p=thirdparty%2FPython%2Fcpython.git Docs: Fix comment out in `c-api/typeobj.rst` (#128266) --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index ba58cc1c26c7..69c518d8e64c 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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:**