-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix test_builtins_have_signatures in test_inspect #112001
Comments
serhiy-storchaka
added
tests
Tests in the Lib/test dir
3.11
only security fixes
3.12
bugs and security fixes
3.13
bugs and security fixes
labels
Nov 12, 2023
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Nov 12, 2023
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Nov 12, 2023
serhiy-storchaka
added a commit
that referenced
this issue
Nov 12, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 12, 2023
…ythonGH-112002) (cherry picked from commit 40752c1) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 12, 2023
…ythonGH-112002) (cherry picked from commit 40752c1) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka
added a commit
that referenced
this issue
Nov 12, 2023
serhiy-storchaka
added a commit
that referenced
this issue
Nov 12, 2023
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test_builtins_have_signatures
intest_inspect
is only passed by accident. It always passed because it checked the same object (the last object thebuiltins
module,zip
) in the loop that had no signature. But after adding the signature forzip
in #111999 it exploded with failures.Linked PRs
The text was updated successfully, but these errors were encountered: