-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dir
Description
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
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dir