Skip to content

Commit d27a900

Browse files
committed
PEP743: omit PyList_GET_ITEM
1 parent 6e46887 commit d27a900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peps/pep-0743.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ The following API will be omitted with ``Py_COMPAT_API_VERSION`` set to
212212
``PyDict_GetItemString()`` ``PyDict_GetItemStringRef()``
213213
``PyImport_AddModule()`` ``PyImport_AddModuleRef()``
214214
``PyList_GetItem()`` ``PyList_GetItemRef()``
215+
``PyList_GET_ITEM()`` ``PyList_GetItemRef()``
215216
==================================== ==============================
216217

217218
- Omit deprecated APIs:

0 commit comments

Comments
 (0)