-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-117764: Add more tests for signatures of builtins #117816
gh-117764: Add more tests for signatures of builtins #117816
Conversation
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.
!buildbot bsd |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f8e13c0 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot wasm |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f8e13c0 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot "wasm32 WASI 8Core" |
The regex '"wasm32 WASI 8Core"' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
!buildbot wasm32 WASI 8Core |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 5fe8494 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot wasm32 WASI 8Core |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 14a6ea2 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
…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.
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.