| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,6 +26,11 @@ see the :ref:`Regular runtime <regular-runtime>`. | |||
| 26 | 26 | New functions | |
| 27 | 27 | ============= | |
| 28 | 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 | + | ||
| 29 | 34 | * ``PyTuple_GetItemRef()``: similar to ``PyTuple_GetItem()`` but returns a | |
| 30 | 35 | strong reference, rather than a borrowed reference | |
| 31 | 36 | * ``PyList_GetItemRef()``: similar to ``PyList_GetItem()`` but returns a | |
| Back | FazBrowse Home | New Git URL |
0 commit comments