Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

BTW, we use different approaches for builtin and Python functions.

* For Python functions: iterate all keyword arguments and search in the list of 
keyword parameter names.
* For builtin functions: iterate all keyword parameters and search in the list 
of keyword argument names (or in a dict if var-keyword arguments are passed).

----------

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

Reply via email to