[issue27809] _PyObject_FastCall(): add support for keyword arguments

Stefan Behnel report at bugs.python.org
Mon Aug 22 14:03:49 EDT 2016


Stefan Behnel added the comment:

I like the oneArg/noArg etc. macros. We use something similar in Cython. You can even use them to inline the METH_O and METH_NOARGS call cases (although I use inline functions for that in Cython).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27809>
_______________________________________


More information about the Python-bugs-list mailing list