This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients barry, docs@python, jdemeyer, serhiy.storchaka, skrah, vstinner
Date 2019-06-14.10:40:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560508827.7.0.955888044882.issue28805@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-06-14 10:40:27jdemeyersetrecipients: + jdemeyer, barry, vstinner, skrah, docs@python, serhiy.storchaka
2019-06-14 10:40:27jdemeyersetmessageid: <1560508827.7.0.955888044882.issue28805@roundup.psfhosted.org>
2019-06-14 10:40:27jdemeyerlinkissue28805 messages
2019-06-14 10:40:27jdemeyercreate