diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-04-12 14:55:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 14:55:29 (GMT) |
commit | c50cb6dd09d5a1bfdd1b896cc31ccdc96c72e561 (patch) | |
tree | 8d91e2a5b4974d6c4238ad060435696f45106ecb /Objects/moduleobject.c | |
parent | 4ce10da36ff4c29dbf2cc40ebfcbcd260b635e05 (diff) | |
download | cpython-c50cb6dd09d5a1bfdd1b896cc31ccdc96c72e561.zip cpython-c50cb6dd09d5a1bfdd1b896cc31ccdc96c72e561.tar.gz cpython-c50cb6dd09d5a1bfdd1b896cc31ccdc96c72e561.tar.bz2 |
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.
Diffstat (limited to 'Objects/moduleobject.c')
0 files changed, 0 insertions, 0 deletions