Skip to content

Commit 664f8e3

Browse files
Update Lib/test/test_inspect/test_inspect.py
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 9bdfb4b commit 664f8e3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lib/test/test_inspect/test_inspect.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6174,9 +6174,7 @@ def test_builtins_have_signatures(self):
61746174
"next", "vars"}
61756175
no_signature |= needs_groups
61766176
# 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"}
6177+
unsupported_signature = {"anext", "aiter", "iter"}
61806178
# These need *args support in Argument Clinic
61816179
needs_varargs = {"min", "max", "__build_class__"}
61826180
no_signature |= needs_varargs

0 commit comments

Comments
 (0)