[Python-Dev] libpython added to ABI tracker
Victor Stinner
victor.stinner at gmail.com
Mon Mar 31 17:37:10 CEST 2014
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/python_public_api.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
More information about the Python-Dev
mailing list