Barry A. Warsaw <ba...@python.org> added the comment:

This and the _PyObject_FastCall* APIs really do need to be documented, 
especially if they're going to be used in the interpreter itself.  The leading 
underscore signifies that it's not part of the public API (well, METH_FASTCALL 
doesn't have a leading underscore).

When these are not documented, then they aren't discoverable, so there are 
cases where it may be useful but will be overlooked.  It also means that folks 
will be inclined to cargo cult the few existing uses without perhaps 
understanding the full semantics.

Can we please document these for Python 3.7 at least?

----------
nosy: +barry
versions: +Python 3.7

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

Reply via email to