Skip to content

Commit c6d0094

Browse files
committed
Fix spacing.
1 parent 648b8eb commit c6d0094

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/c-api/typeobj.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)