https://github.com/python/cpython/commit/8a26c7b2af59b999ae41b8189295cc550f297f6e
commit: 8a26c7b2af59b999ae41b8189295cc550f297f6e
branch: main
author: Yuki Kobayashi <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2024-12-26T20:09:44+05:30
summary:
Docs: Fix comment out in `c-api/typeobj.rst` (#128266)
files:
M Doc/c-api/typeobj.rst
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst
index ba58cc1c26c70b..69c518d8e64cbc 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:**
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]