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

I pushed many changes tonight which convert many C functions to METH_FASTCALL.


> ..., by hand or by AC.

IMHO performance is a good motivation to convert code to Argument Clinic ;-) But sometimes, AC can be painful, so by hand is also acceptable ;-)
History
Date User Action Args
2017-01-17 02:37:50vstinnersetrecipients: + vstinner, methane, python-dev, serhiy.storchaka
2017-01-17 02:37:50vstinnersetmessageid: <1484620670.61.0.66627383851.issue29259@psf.upfronthosting.co.za>
2017-01-17 02:37:50vstinnerlinkissue29259 messages
2017-01-17 02:37:50vstinnercreate