Message 342897 - Python tracker

Message342897

Author jdemeyer
Recipients Mark.Shannon, jdemeyer, petr.viktorin, skrah, vstinner
Date 2019-05-20.08:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558342583.53.0.273695404644.issue36970@roundup.psfhosted.org>
In-reply-to
Content
Now to justify the naming: the plan is to keep the name "fast call" for the PyMethodDef flag METH_FASTCALL but to use the name "vectorcall" in the more general API.

I think that's a good idea regardless of PEP 590, as it makes it clear that _PyObject_Vectorcall is useful for more than just METH_FASTCALL functions.
History
Date User Action Args
2019-05-20 08:56:23jdemeyersetrecipients: + jdemeyer, vstinner, petr.viktorin, skrah, Mark.Shannon
2019-05-20 08:56:23jdemeyersetmessageid: <1558342583.53.0.273695404644.issue36970@roundup.psfhosted.org>
2019-05-20 08:56:23jdemeyerlinkissue36970 messages
2019-05-20 08:56:23jdemeyercreate