[Python-Dev] libpython added to ABI tracker (original) (raw)
Victor Stinner victor.stinner at gmail.com
Mon Mar 31 17:37:10 CEST 2014
- Previous message: [Python-Dev] libpython added to ABI tracker
- Next message: [Python-Dev] libpython added to ABI tracker
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2014-03-31 13:38 GMT+02:00 Andrey Ponomarenko <aponomarenko at rosalab.ru>:
The public libpython API changes will be tracked here: http://upstream-tracker.org/versions/pythonpublicapi.html
For now I've excluded only symbols starting with an underscore. What other symbols should be excluded?
It's not a matter of underscore. You should define Py_LIMITED_API to 0x03020000 to test the stable ABI of Python 3.2.
http://docs.python.org/dev/c-api/stable.html
Victor
- Previous message: [Python-Dev] libpython added to ABI tracker
- Next message: [Python-Dev] libpython added to ABI tracker
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]