Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
free-threading treatment for PyList_GET_ITEM
  • Loading branch information
crusaderky committed Jul 23, 2025
commit a471bbce59785bf7376458c753e451ae8c10a7f3
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ that return :term:`strong references <strong reference>`.
+===================================+===================================+
| :c:func:`PyList_GetItem` | :c:func:`PyList_GetItemRef` |
+-----------------------------------+-----------------------------------+
| :c:func:`PyList_GET_ITEM` | :c:func:`PyList_GetItemRef` |
+-----------------------------------+-----------------------------------+
| :c:func:`PyDict_GetItem` | :c:func:`PyDict_GetItemRef` |
+-----------------------------------+-----------------------------------+
| :c:func:`PyDict_GetItemWithError` | :c:func:`PyDict_GetItemRef` |
Expand Down
Loading