2013/11/8 Victor Stinner <victor.stin...@gmail.com>: > Another question: it's not documented if a function is part or not > part of the stable ABI. So as an user of the API, it is hard to check > if a function is part of the stable ABI or not.
A solution for that it maybe to split the documentation of the C API in two parts: * Stable C ABI * Private C ABI If it's stupid, at least functions of the stable ABI should be marked in the documentation. 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