mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
[3.14] gh-137043: mention PyList_GET_ITEM as unsafe borrowed API in free-threading docs (GH-137042) (#137045)
Some checks are pending
Tests / (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
Some checks are pending
Tests / (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
Co-authored-by: Guido Imperiale <crusaderky@gmail.com>
This commit is contained in:
parent
4832ceaa78
commit
f2981acd6b
1 changed files with 2 additions and 0 deletions
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue