[docs] [issue28805] Add documentation for METH_FASTCALL and _PyObject_FastCall*()

Jeroen Demeyer report at bugs.python.org
Fri Jun 14 06:40:27 EDT 2019


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

Victor, of the four functions you mentioned:

- _PyObject_FastCallDict: documented by PEP 590

- _PyObject_FastCallKeywords: renamed _PyObject_Vectorcall and documented by PEP 590

- _PyObject_FastCall: not sure if it's useful enough (just use _PyObject_Vectorcall with kwnames=NULL)

- _PyObject_CallNoArg: see #37194

So that leaves documenting METH_FASTCALL.

----------
nosy: +jdemeyer

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28805>
_______________________________________


More information about the docs mailing list