File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1498,12 +1498,14 @@ and :c:data:`PyType_Type` effectively act as defaults.)
14981498 This flag is present in header files, but is not be used.
14991499 It will be removed in a future version of CPython
15001500
1501+
15011502 .. c :macro :: Py_TPFLAGS_HAVE_VERSION_TAG
15021503 This is a :term:`soft deprecated` macro that does nothing.
15031504 Historically, this would indicate that the
15041505 :c:member:`~PyTypeObject.tp_version_tag` field was available and
15051506 initialized.
15061507
1508+
15071509 .. c :macro :: Py_TPFLAGS_INLINE_VALUES
15081510 This bit indicates that instances of this type will have an " inline values"
15091511 array (containing the object's attributes) placed directly after the end
@@ -1517,6 +1519,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
15171519
15181520 .. versionadded:: 3.13
15191521
1522+
15201523 .. c:macro:: Py_TPFLAGS_IS_ABSTRACT
15211524 This bit indicates that this is an abstract type and therefore cannot
15221525 be instantiated.
@@ -1528,6 +1531,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
15281531 .. seealso::
15291532 :mod:`abc`
15301533
1534+
15311535 .. c:macro:: Py_TPFLAGS_HAVE_STACKLESS_EXTENSION
15321536
15331537 Internal. Do not set or unset this flag.
You can’t perform that action at this time.
0 commit comments