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, skrah, vstinner
Date 2019-05-20.09:01:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558342880.69.0.743670745486.issue36970@roundup.psfhosted.org>
In-reply-to
Content
> I would prefer to wait until the PEP is accepted before starting to push changes ;-)

I don't think it's wrong to propose and discuss changes already now. With the first beta of Python 3.8 getting close, it's better to be prepared already for the moment that PEP 590 is accepted.

> Cython uses the FASTCALL calling convention. Please check with Stefan Behnel to see fix it's ok to "remove" _PyObject_FastCallKeywords and _PyObject_FastCallDict. It would be bad to suddently break all extensions compiled with Cython.

I checked, Cython does not use those *generic* _PyObject_FastCall functions. It does use more specialized functions like _PyFunction_FastCallDict and _PyMethodDef_RawFastCallKeywords.
History
Date User Action Args
2019-05-20 09:01:20jdemeyersetrecipients: + jdemeyer, vstinner, petr.viktorin, skrah, Mark.Shannon
2019-05-20 09:01:20jdemeyersetmessageid: <1558342880.69.0.743670745486.issue36970@roundup.psfhosted.org>
2019-05-20 09:01:20jdemeyerlinkissue36970 messages
2019-05-20 09:01:20jdemeyercreate