Thanks to visit codestin.com Credit goes to github.com
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 4832cea commit f2981acCopy full SHA for f2981ac
1 file changed
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