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 <1484611766.73.0.615776129838.issue29286@psf.upfronthosting.co.za>
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: <1484611766.73.0.615776129838.issue29286@psf.upfronthosting.co.za>
2017-01-17 00:09:26methanelinkissue29286 messages
2017-01-17 00:09:26methanecreate