[issue36970] Rename _PyObject_FastCall functions

STINNER Victor report at bugs.python.org
Mon May 20 04:52:58 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> 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.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36970>
_______________________________________


More information about the Python-bugs-list mailing list