Message345577
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. | |
| Date | User | Action | Args | | 2019-06-14 10:40:27 | jdemeyer | set | recipients: + jdemeyer, barry, vstinner, skrah, docs@python, serhiy.storchaka | | 2019-06-14 10:40:27 | jdemeyer | set | messageid: <1560508827.7.0.955888044882.issue28805@roundup.psfhosted.org> | | 2019-06-14 10:40:27 | jdemeyer | link | issue28805 messages | | 2019-06-14 10:40:27 | jdemeyer | create | | |