[issue29286] Use METH_FASTCALL in str methods

INADA Naoki report at bugs.python.org
Mon Jan 16 19:09:26 EST 2017


INADA Naoki added the comment:

This patch makes AC produces more FASTCALL instead of VARARGS.

When looking AC output, one downside is it produces many consts like:
+    static const char * const _keywords[] = {"", "", "", "", "", NULL};

----------
Added file: http://bugs.python.org/file46308/ac_more_fastcalls.patch

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


More information about the Python-bugs-list mailing list