[issue27810] Add METH_FASTCALL: new calling convention for C functions

STINNER Victor report at bugs.python.org
Thu Aug 25 17:35:07 EDT 2016


STINNER Victor added the comment:

I changed the dependency to the issue #27830 "Add _PyObject_FastCallKeywords(): avoid the creation of a temporary dictionary for keyword arguments" which itself depends on the issue #27213 "Rework CALL_FUNCTION* opcodes".

----------
dependencies: +Add _PyObject_FastCallKeywords(): avoid the creation of a temporary dictionary for keyword arguments -_PyObject_FastCall(): add support for keyword arguments

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


More information about the Python-bugs-list mailing list