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

Stefan Behnel report at bugs.python.org
Mon Aug 22 01:58:02 EDT 2016


Stefan Behnel added the comment:

I agree that this would be cool. There is a tiny bit of a backwards compatibility concern as the new function signature would be incompatible with anything we had before, but I would guess that any code that chooses to bypass PyObject_Call() & friends would at least fall back to using it if it finds flags that it cannot handle. Cython code definitely does and always did, but there might be bugs. This change is the perfect way to "find" those. ;-)

Anyway, Victor, I definitely appreciate your efforts in this direction.

----------

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


More information about the Python-bugs-list mailing list