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

Stefan Behnel report at bugs.python.org
Mon Aug 22 04:44:57 EDT 2016


Stefan Behnel added the comment:

Extensive callback interfaces like map() come to mind, where a large number of calls becomes excessively time critical and might thus have made people implement their own special purpose calling code.

However, I don't know any such code (outside of Cython) and I agree that this is such a special optimisation that there can't be many cases. If there are others, they'll likely be using the obvious fallback already, or otherwise just adapt when Py3.6 comes out and move on. The fix isn't complex at all.

I do not consider this a road block.

----------

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


More information about the Python-bugs-list mailing list