1 parent 9bdfb4b commit 664f8e3Copy full SHA for 664f8e3
1 file changed
Lib/test/test_inspect/test_inspect.py
@@ -6174,9 +6174,7 @@ def test_builtins_have_signatures(self):
6174
"next", "vars"}
6175
no_signature |= needs_groups
6176
# These have unrepresentable parameter default values of NULL
6177
- unsupported_signature = {"anext"}
6178
- # These have text signatures with PEP 457 groups
6179
- unsupported_signature |= {"aiter", "iter"}
+ unsupported_signature = {"anext", "aiter", "iter"}
6180
# These need *args support in Argument Clinic
6181
needs_varargs = {"min", "max", "__build_class__"}
6182
no_signature |= needs_varargs
0 commit comments