We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8dab0 commit aca3310Copy full SHA for aca3310
1 file changed
Doc/c-api/structures.rst
@@ -39,7 +39,8 @@ under :ref:`reference counting <countingrefs>`.
39
Do not use this field directly; instead use functions and macros such as
40
:c:macro:`!Py_REFCNT`, :c:func:`Py_INCREF` and :c:func:`Py_DecRef`.
41
42
- The type may be different from `Py_ssize_t` on platforms.
+ The field type may be different from `Py_ssize_t`, depending on
43
+ build configuration and platform.
44
45
.. c:member:: PyTypeObject* ob_type
46
0 commit comments