Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41342>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to