Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PEP743: omit PyList_GET_ITEM
  • Loading branch information
crusaderky committed Jul 23, 2025
commit d27a900456dc03f049acf5d0f3daa83917fa08bc
1 change: 1 addition & 0 deletions peps/pep-0743.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ The following API will be omitted with ``Py_COMPAT_API_VERSION`` set to
``PyDict_GetItemString()`` ``PyDict_GetItemStringRef()``
``PyImport_AddModule()`` ``PyImport_AddModuleRef()``
``PyList_GetItem()`` ``PyList_GetItemRef()``
``PyList_GET_ITEM()`` ``PyList_GetItemRef()``
==================================== ==============================

- Omit deprecated APIs:
Expand Down