31 Mar
2014
31 Mar
'14
10:37 a.m.
2014-03-31 13:38 GMT+02:00 Andrey Ponomarenko <aponomarenko@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