Skip to content

Fix test_builtins_have_signatures in test_inspect #112001

Closed
@serhiy-storchaka

Description

@serhiy-storchaka

test_builtins_have_signatures in test_inspect is only passed by accident. It always passed because it checked the same object (the last object the builtins module, zip) in the loop that had no signature. But after adding the signature for zip in #111999 it exploded with failures.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.11only security fixes3.12only security fixes3.13bugs and security fixestestsTests in the Lib/test dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions