[Python-Dev] [Python-checkins] cpython: Issue #19512: Add PyRun_InteractiveOneObject() function
Victor Stinner
victor.stinner at gmail.com
Fri Nov 8 00:58:43 CET 2013
2013/11/8 Victor Stinner <victor.stinner at 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
More information about the Python-Dev
mailing list