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
Date 2019-06-04.14:40:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559659244.35.0.514840211553.issue37151@roundup.psfhosted.org>
In-reply-to
Content
Now that PEP 590 has been implemented, a lot of old code can be cleaned up. In particular:

- get rid of _PyMethodDef_RawFastCallXXX() functions and replace them by vectorcall functions for each calling convention
- get rid of FastCallDict() implementations for specific types, but keep the generic _PyObject_FastCallDict()
- get rid of some specific tp_call implementations: try to use tp_call=PyVectorcall_Call in more places
History
Date User Action Args
2019-06-04 14:40:44jdemeyersetrecipients: + jdemeyer, petr.viktorin, Mark.Shannon
2019-06-04 14:40:44jdemeyersetmessageid: <1559659244.35.0.514840211553.issue37151@roundup.psfhosted.org>
2019-06-04 14:40:44jdemeyerlinkissue37151 messages
2019-06-04 14:40:44jdemeyercreate