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 Mark.Shannon, jdemeyer, petr.viktorin, vstinner
Date 2019-05-21.08:45:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558428302.96.0.877189565286.issue36970@roundup.psfhosted.org>
In-reply-to
Content
The consensus on PEP 590 now seems to be to keep the name `_PyObject_FastCallDict` and rename only `_PyObject_FastCallKeywords` -> `_PyObject_Vectorcall`.

For the record: I don't agree with this decision but I'll implement it.
History
Date User Action Args
2019-05-21 08:45:02jdemeyersetrecipients: + jdemeyer, vstinner, petr.viktorin, Mark.Shannon
2019-05-21 08:45:02jdemeyersetmessageid: <1558428302.96.0.877189565286.issue36970@roundup.psfhosted.org>
2019-05-21 08:45:02jdemeyerlinkissue36970 messages
2019-05-21 08:45:02jdemeyercreate