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 methane, serhiy.storchaka, vstinner
Date 2017-01-16.16:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484583173.28.0.068288046878.issue29259@psf.upfronthosting.co.za>
In-reply-to
Content
Additionally, there are not enough METH_FASTCALL CFunctions.

I'm interested in performance difference between METH_VARARGS and METH_FASTCALL.  If METH_FASTCALL is significant faster than VARARGS,
we can convert some common methods from VARARGS to FASTCALL, by hand or
by AC.
History
Date User Action Args
2017-01-16 16:12:53methanesetrecipients: + methane, vstinner, serhiy.storchaka
2017-01-16 16:12:53methanesetmessageid: <1484583173.28.0.068288046878.issue29259@psf.upfronthosting.co.za>
2017-01-16 16:12:53methanelinkissue29259 messages
2017-01-16 16:12:53methanecreate