Serhiy Storchaka <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue44160> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
