2014-03-31 13:38 GMT+02:00 Andrey Ponomarenko <aponomare...@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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to