Correct report_callback_exception type from attribute to method #36426
tests.yml
on: pull_request
Check typeshed structure
15s
mypy: Run test cases
5m 3s
stub_uploader tests
4m 59s
Matrix: mypy: Check stubs
Matrix: pyright: Run test cases
Annotations
14 errors
|
pyright: Run test cases (Windows, 3.13)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.12)
Exit code 1
|
|
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/@tests/test_cases/check_tkinter.py#L16
Cannot assign to attribute "report_callback_exception" for class "Tk"
No overloaded function matches type "(exc: type[BaseException], val: BaseException, tb: TracebackType | None) -> object" (reportAttributeAccessIssue)
|
|
pyright: Run test cases (Darwin, 3.11)
Exit code 1
|
|
pyright: Run test cases (Windows, 3.12)
Exit code 1
|
|
pyright: Run test cases (Darwin, 3.13)
Exit code 1
|
|
pyright: Run test cases (Windows, 3.11)
Exit code 1
|
|
pyright: Run test cases (Darwin, 3.12)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.11)
Exit code 1
|
|
pyright: Run test cases (Darwin, 3.14)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.14)
Exit code 1
|
|
pyright: Run test cases (Windows, 3.14)
Exit code 1
|
|
mypy: Run test cases
Process completed with exit code 1.
|