Skip to content
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

Merged

Commits on Apr 12, 2024

  1. pythongh-117764: Add more tests for signatures of builtins

    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.
    serhiy-storchaka committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b696af4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a73d99c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8e13c0 View commit details
    Browse the repository at this point in the history
  4. Fix tests on wasm.

    serhiy-storchaka committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5fe8494 View commit details
    Browse the repository at this point in the history
  5. Final fix.

    serhiy-storchaka committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    14a6ea2 View commit details
    Browse the repository at this point in the history