Skip to content

Fix Datagram Received Type #34431

Fix Datagram Received Type

Fix Datagram Received Type #34431

Triggered via pull request December 28, 2025 15:37
Status Failure
Total duration 6m 2s
Artifacts

tests.yml

on: pull_request
Check typeshed structure
13s
Check typeshed structure
mypy: Run test cases
5m 57s
mypy: Run test cases
stub_uploader tests
4m 58s
stub_uploader tests
Matrix: mypy: Check stubs
Matrix: pyright: Run test cases
Fit to window
Zoom out
Zoom in

Annotations

20 errors
pyright: Run test cases (Linux, 3.9)
Exit code 1
pyright: Run test cases (Windows, 3.13)
Exit code 1
pyright: Run test cases (Darwin, 3.10)
Exit code 1
pyright: Run test cases (Linux, 3.14)
Exit code 1
pyright: Run test cases (Linux, 3.12)
Exit code 1
pyright: Run test cases (Windows, 3.11)
Exit code 1
pyright: Run test cases (Darwin, 3.11)
Exit code 1
pyright: Run test cases (Linux, 3.11)
Exit code 1
pyright: Run test cases (Darwin, 3.12)
Exit code 1
pyright: Run test cases (Linux, 3.13)
1 error
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/asyncio/check_protocols.py#L15
Method "datagram_received" overrides class "DatagramProtocol" in an incompatible manner   Parameter 3 type mismatch: base parameter is type "tuple[str | Any, int, *tuple[Any, ...]]", override parameter is type "tuple[int, int]"     "tuple[str | Any, int, *tuple[Any, ...]]" is not assignable to "tuple[int, int]"       Tuple entry 1 is incorrect type         Type "str | Any" is not assignable to type "int"           "str" is not assignable to "int" (reportIncompatibleMethodOverride)
pyright: Run test cases (Darwin, 3.13)
Exit code 1
pyright: Run test cases (Linux, 3.10)
Exit code 1
pyright: Run test cases (Windows, 3.10)
Exit code 1
pyright: Run test cases (Windows, 3.9)
Exit code 1
pyright: Run test cases (Darwin, 3.14)
Exit code 1
pyright: Run test cases (Windows, 3.14)
Exit code 1
pyright: Run test cases (Darwin, 3.9)
Exit code 1
pyright: Run test cases (Windows, 3.12)
Exit code 1
mypy: Run test cases
Process completed with exit code 1.