This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients larry, methane, serhiy.storchaka, vstinner, yselivanov
Date 2017-01-17.00:09:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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};
History
Date User Action Args
2017-01-17 00:09:26methanesetrecipients: + methane, vstinner, larry, serhiy.storchaka, yselivanov
2017-01-17 00:09:26methanesetmessageid: <[email protected]>
2017-01-17 00:09:26methanelinkissue29286 messages
2017-01-17 00:09:26methanecreate