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 serhiy.storchaka
Recipients methane, python-dev, serhiy.storchaka, vstinner
Date 2017-01-19.12:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484827998.47.0.746428626193.issue29296@psf.upfronthosting.co.za>
In-reply-to
Content
> Why can't we start with METH_FASTCALL and convert to AC later?

It increases the maintenance burden. When the fastcall protocol be changed, this would require changing more handwritten code.
History
Date User Action Args
2017-01-19 12:13:18serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane, python-dev
2017-01-19 12:13:18serhiy.storchakasetmessageid: <1484827998.47.0.746428626193.issue29296@psf.upfronthosting.co.za>
2017-01-19 12:13:18serhiy.storchakalinkissue29296 messages
2017-01-19 12:13:18serhiy.storchakacreate