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

STINNER Victor report at bugs.python.org
Mon Sep 12 09:56:36 EDT 2016


STINNER Victor added the comment:

> Could you please wrap "#define METH_FASTCALL  0x0080" with "#ifndef Py_LIMITED_API"/"#endif"?

Sorry, this is a mistake. I tried to exclude all new symbols related to fast call from the stable API.

It should now be fixed.

----------

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


More information about the Python-bugs-list mailing list