Serhiy Storchaka added the comment:

Most overhead of supporting keyword arguments when pass positional arguments 
was removed in issue29029. But still there is an overhead of passing argument 
by keywords. It can be decreased when convert functions to Argument Clinic or 
use new private argument parsing API. This is not very easy issue.

----------
versions: +Python 3.7 -Python 3.5

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

Reply via email to