Skip to content

Commit a471bbc

Browse files
committed
free-threading treatment for PyList_GET_ITEM
1 parent 29cd683 commit a471bbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyperformance/data-files/benchmarks/bm_sphinx/data/Doc/howto/free-threading-extensions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ that return :term:`strong references <strong reference>`.
151151
+===================================+===================================+
152152
| :c:func:`PyList_GetItem` | :c:func:`PyList_GetItemRef` |
153153
+-----------------------------------+-----------------------------------+
154+
| :c:func:`PyList_GET_ITEM` | :c:func:`PyList_GetItemRef` |
155+
+-----------------------------------+-----------------------------------+
154156
| :c:func:`PyDict_GetItem` | :c:func:`PyDict_GetItemRef` |
155157
+-----------------------------------+-----------------------------------+
156158
| :c:func:`PyDict_GetItemWithError` | :c:func:`PyDict_GetItemRef` |

0 commit comments

Comments
 (0)