]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117764: Add more tests for signatures of builtins (GH-117816)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 12 Apr 2024 14:55:29 +0000 (17:55 +0300)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 14:55:29 +0000 (14:55 +0000)
commitc50cb6dd09d5a1bfdd1b896cc31ccdc96c72e561
tree8d91e2a5b4974d6c4238ad060435696f45106ecb
parent4ce10da36ff4c29dbf2cc40ebfcbcd260b635e05
gh-117764: Add more tests for signatures of builtins (GH-117816)

Test signatures of all public builtins and methods of builtin classes
in modules builtins, types, sys, and several other modules (either
included in the list of standard builtin modules sys.builtin_module_names,
or providing a public interface for such modules).

Most builtins should have supported signatures, with few known exceptions.
When more builtins will be converted to Argument Clinic or support of
new signatures be implemented, they will be removed from the exception
lists.
Lib/test/test_inspect/test_inspect.py