Message 342895 - Python tracker

Message342895

Author vstinner
Recipients Mark.Shannon, jdemeyer, petr.viktorin, skrah, vstinner
Date 2019-05-20.08:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558342378.39.0.8356135661.issue36970@roundup.psfhosted.org>
In-reply-to
Content
> Has the PEP been accepted? It still says "Draft".

I would prefer to wait until the PEP is accepted before starting to push changes ;-)

--

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.

Maybe we could add new functions and wait for beta2 or later to remove the old ones.
History
Date User Action Args
2019-05-20 08:52:58vstinnersetrecipients: + vstinner, petr.viktorin, skrah, Mark.Shannon, jdemeyer
2019-05-20 08:52:58vstinnersetmessageid: <1558342378.39.0.8356135661.issue36970@roundup.psfhosted.org>
2019-05-20 08:52:58vstinnerlinkissue36970 messages
2019-05-20 08:52:58vstinnercreate