Skip to content

Attempt to narrow tuple.__hash__ to flag unhashable entries in the tuple #36929

Attempt to narrow tuple.__hash__ to flag unhashable entries in the tuple

Attempt to narrow tuple.__hash__ to flag unhashable entries in the tuple #36929

Triggered via pull request July 17, 2026 07:46
Status Failure
Total duration 5m 36s
Artifacts

tests.yml

on: pull_request
Check typeshed structure
10s
Check typeshed structure
mypy: Run test cases
4m 51s
mypy: Run test cases
stub_uploader tests
3m 30s
stub_uploader tests
Matrix: mypy: Check stubs
Matrix: pyright: Run test cases
Matrix: ty: Check stubs
Fit to window
Zoom out
Zoom in

Annotations

15 errors
pyright: Run test cases (Windows, 3.14)
Exit code 1
pyright: Run test cases (Linux, 3.11)
Exit code 1
pyright: Run test cases (Windows, 3.11)
Exit code 1
pyright: Run test cases (Windows, 3.12)
Exit code 1
pyright: Run test cases (Darwin, 3.14)
Exit code 1
pyright: Run test cases (Linux, 3.12)
Exit code 1
pyright: Run test cases (Darwin, 3.13)
Exit code 1
pyright: Run test cases (Windows, 3.13)
Exit code 1
pyright: Run test cases (Darwin, 3.12)
Exit code 1
pyright: Run test cases (Linux, 3.14)
Exit code 1
pyright: Run test cases (Linux, 3.13)
2 errors
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/builtins/check_tuple.py#L30
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/builtins/check_tuple.py#L19
Type "tuple[int, ...]" is not assignable to declared type "Tuple[bytes, ...]"   "tuple[int, ...]" is not assignable to "Tuple[bytes, ...]"     Tuple entry 1 is incorrect type       "int" is not assignable to "bytes" (reportAssignmentType)
pyright: Run test cases (Darwin, 3.11)
Exit code 1
mypy: Run test cases
Process completed with exit code 1.