8000
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 431d36a commit cfa9dd5Copy full SHA for cfa9dd5
doc/new_api.rst
@@ -26,6 +26,11 @@ see the :ref:`Regular runtime <regular-runtime>`.
26
New functions
27
=============
28
29
+XXX the following functions have been added to the current WORK-IN-PROGRESS
30
+implementation of the new C API. Maybe they will go away later. It's just a
31
+small step to move away from borrowed references. Maybe existing
32
+``PyObject_GetItem()`` and ``PyObject_SetItem()`` are already good enough.
33
+
34
* ``PyTuple_GetItemRef()``: similar to ``PyTuple_GetItem()`` but returns a
35
strong reference, rather than a borrowed reference
36
* ``PyList_GetItemRef()``: similar to ``PyList_GetItem()`` but returns a
0 commit comments