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 9ab885e commit 6ffeef1Copy full SHA for 6ffeef1
Doc/howto/free-threading-extensions.rst
@@ -159,6 +159,8 @@ that return :term:`strong references <strong reference>`.
159
+===================================+===================================+
160
| :c:func:`PyList_GetItem` | :c:func:`PyList_GetItemRef` |
161
+-----------------------------------+-----------------------------------+
162
+| :c:func:`PyList_GET_ITEM` | :c:func:`PyList_GetItemRef` |
163
++-----------------------------------+-----------------------------------+
164
| :c:func:`PyDict_GetItem` | :c:func:`PyDict_GetItemRef` |
165
166
| :c:func:`PyDict_GetItemWithError` | :c:func:`PyDict_GetItemRef` |
0 commit comments