Petr Viktorin <encu...@gmail.com> added the comment:

IMO, PyCFunction* should be a CPython-specific implementation detail: alternate 
implementations of the C-API don't need to support them, and extension authors 
should be fine without using them. (And if not, more efforts like PEP 590 
Vectorcall should make it so.)

The functions are public in the sense that they don't have underscored names, 
but I wouldn't rush to make them documented.

----------
nosy: +petr.viktorin

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue16776>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to