diff options
author | Cristián Maureira-Fredes <[email protected]> | 2024-11-06 10:59:43 +0100 |
---|---|---|
committer | Cristián Maureira-Fredes <[email protected]> | 2024-11-08 08:33:38 +0100 |
commit | 91ead1e9269426209daaefa61837ef555b1738ed (patch) | |
tree | 8d97d3f0fe32096b8ae895b26b1aeee6fe28d337 /sources/pyside6/doc/developer | |
parent | 57cf99afc5fcbc7608790a42471667ed6d7bdea3 (diff) |
limited api: Remove PyList_GET_ITEM, PyList_SET_ITEM and PyList_GET_SIZE macros
Removing old compatibility macros for the initial limited api
implementation.
Change-Id: Iced149450bd9bda18e43ac0acea0061cdcdb211e
Pick-to: 6.8
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'sources/pyside6/doc/developer')
-rw-r--r-- | sources/pyside6/doc/developer/limited_api.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/pyside6/doc/developer/limited_api.rst b/sources/pyside6/doc/developer/limited_api.rst index 44d3faad2..a346c1a86 100644 --- a/sources/pyside6/doc/developer/limited_api.rst +++ b/sources/pyside6/doc/developer/limited_api.rst @@ -90,14 +90,6 @@ tupleobject.h ``PyTuple_GET_ITEM``, ``PyTuple_SET_ITEM`` and ``PyTuple_GET_SIZE`` were redefined as function calls. - -listobject.h -~~~~~~~~~~~~ - -``PyList_GET_ITEM``, ``PyList_SET_ITEM`` and ``PyList_GET_SIZE`` were redefined as -function calls. - - dictobject.h ~~~~~~~~~~~~ |