[issue36970] Rename _PyObject_FastCallKeywords

Petr Viktorin report at bugs.python.org
Tue May 21 10:57:12 EDT 2019


Petr Viktorin <encukou at gmail.com> added the comment:

If and when a function uses the vectorcall protocol (including the argument offset flag), it makes sense to rename it to vectorcall. Doing it before is misleading, IMO.

Splitting fixes to unrelated issues (like bpo-36907) from PEP 590 is great, but this one needs to be merged together with PEP 590.

----------

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


More information about the Python-bugs-list mailing list