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.
PyList_GET_ITEM
1 parent 80a7017 commit 38b936cCopy full SHA for 38b936c
Doc/howto/free-threading-extensions.rst
@@ -161,6 +161,8 @@ that return :term:`strong references <strong reference>`.
161
+===================================+===================================+
162
| :c:func:`PyList_GetItem` | :c:func:`PyList_GetItemRef` |
163
+-----------------------------------+-----------------------------------+
164
+| :c:func:`PyList_GET_ITEM` | :c:func:`PyList_GetItemRef` |
165
++-----------------------------------+-----------------------------------+
166
| :c:func:`PyDict_GetItem` | :c:func:`PyDict_GetItemRef` |
167
168
| :c:func:`PyDict_GetItemWithError` | :c:func:`PyDict_GetItemRef` |
0 commit comments