Skip to content

Commit aca3310

Browse files
committed
Fix note about type being different
1 parent ea8dab0 commit aca3310

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/c-api/structures.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ under :ref:`reference counting <countingrefs>`.
3939
Do not use this field directly; instead use functions and macros such as
4040
:c:macro:`!Py_REFCNT`, :c:func:`Py_INCREF` and :c:func:`Py_DecRef`.
4141

42-
The type may be different from `Py_ssize_t` on platforms.
42+
The field type may be different from `Py_ssize_t`, depending on
43+
build configuration and platform.
4344

4445
.. c:member:: PyTypeObject* ob_type
4546

0 commit comments

Comments
 (0)