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 29cd683 commit a471bbcCopy full SHA for a471bbc
1 file changed
pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/free-threading-extensions.rst
@@ -151,6 +151,8 @@ that return :term:`strong references <strong reference>`.
151
+===================================+===================================+
152
| :c:func:`PyList_GetItem` | :c:func:`PyList_GetItemRef` |
153
+-----------------------------------+-----------------------------------+
154
+| :c:func:`PyList_GET_ITEM` | :c:func:`PyList_GetItemRef` |
155
++-----------------------------------+-----------------------------------+
156
| :c:func:`PyDict_GetItem` | :c:func:`PyDict_GetItemRef` |
157
158
| :c:func:`PyDict_GetItemWithError` | :c:func:`PyDict_GetItemRef` |
0 commit comments