]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Jul 2025 17:45:55 +0000 (19:45 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Jul 2025 17:45:55 +0000 (20:45 +0300)
Co-authored-by: Guido Imperiale <crusaderky@gmail.com>
Doc/howto/free-threading-extensions.rst

index 02b45879ccfacabcb7d719499e5611bd06a53b36..577e283bb9cb4c64afd7b1c99929969a185384a0 100644 (file)
@@ -161,6 +161,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`       |