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 rhettinger
Recipients larry, mark.dickinson, rhettinger, serhiy.storchaka
Date 2020-07-19.23:58:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595203109.69.0.597807960683.issue41342@roundup.psfhosted.org>
In-reply-to
Content
I don't have an opinion on the PR but want to point-out the Argument Clinic itself doesn't provide a performance benefit.  Anything that it does can also be done directly by the code itself, including vectorcall logic.  You should be able to optimize the function calls without using the Argument Clinic.

That said, it would be great if someone were to work on building-out AC to support more interesting argument patterns like those in round().  Ideally, AC would provide complete, correct support right out of the box.
History
Date User Action Args
2020-07-19 23:58:29rhettingersetrecipients: + rhettinger, mark.dickinson, larry, serhiy.storchaka
2020-07-19 23:58:29rhettingersetmessageid: <1595203109.69.0.597807960683.issue41342@roundup.psfhosted.org>
2020-07-19 23:58:29rhettingerlinkissue41342 messages
2020-07-19 23:58:29rhettingercreate