[issue27128] Add _PyObject_FastCall()

STINNER Victor report at bugs.python.org
Mon Aug 22 06:33:05 EDT 2016


STINNER Victor added the comment:

> FYI: I copied your (no-kwargs) implementation over into Cython and I get around 17% faster calls to Python functions with 2 positional arguments.

Hey, cool! It's always cool to get performance enhancement without having to break the C API nor having to modify source code :-)

What do you mean by "I copied your (no-kwargs) implementation"? The whole giant patch? Or just a few changes? Which changes?

----------

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


More information about the Python-bugs-list mailing list