[Python-Dev] Make the stable API-ABI usable
Victor Stinner
victor.stinner at gmail.com
Sat Nov 18 18:18:28 EST 2017
More information about the Python-Dev mailing list
Sat Nov 18 18:18:28 EST 2017
- Previous message (by thread): [Python-Dev] Make the stable API-ABI usable
- Next message (by thread): [Python-Dev] Make the stable API-ABI usable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le 18 nov. 2017 10:44, "Serhiy Storchaka" <storchaka at gmail.com> a écrit : The simplest way to do this: #define PyTuple_GET_ITEM PyTuple_GetItem This will not add new names to ABI. Such defines can be added in a separate header file included for compatibility. It is exactly what I am proposing :-) Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171119/c2259420/attachment.html>
- Previous message (by thread): [Python-Dev] Make the stable API-ABI usable
- Next message (by thread): [Python-Dev] Make the stable API-ABI usable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list