Closed
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.