Message 285594 - Python tracker
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};
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};