[Python-Dev] Are undocumented functions part of the stable ABI? (original) (raw)
Jeroen Demeyer J.Demeyer at UGent.be
Wed Apr 4 04:58:36 EDT 2018
- Previous message (by thread): [Python-Dev] in
- Next message (by thread): [Python-Dev] Are undocumented functions part of the stable ABI?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I have a question about PEP 384: can undocumented functions ever be considered as part of the stable ABI? With undocumented, I mean not appearing in the "Python/C API Reference Manual".
Whatever the answer to this question is, it would be good to make it explicit in PEP 384.
I am in particular asking about functions starting with PyCFunction_ appearing in Include/methodobject.h
Thanks, Jeroen.
- Previous message (by thread): [Python-Dev] in
- Next message (by thread): [Python-Dev] Are undocumented functions part of the stable ABI?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]