Skip to content

Issues: python/mypy

Python 3.13 tracking issue
#17264 opened May 18, 2024 by hauntsaninja
Open
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Property getters and setters can't have different types bug mypy got something wrong
#17808 by dalemyers was closed Sep 22, 2024 updated Sep 22, 2024
ternary operator for side-effect bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-ternary-expression a if b else c
#5160 by charpov was closed Mar 27, 2022 updated Sep 21, 2024
Upper bound is missing from generic function signature in error report bug mypy got something wrong
#17792 by jolaf was closed Sep 21, 2024 updated Sep 21, 2024
Variable "typing_extensions.ReadOnly" is not valid as a type bug mypy got something wrong
#17801 by MarcoGorelli was closed Sep 21, 2024 updated Sep 21, 2024
no-overload-impl false positive with typevar inside bug mypy got something wrong topic-overloads
#17167 by trim21 was closed Sep 21, 2024 updated Sep 21, 2024
x is None or y is None VS not all((x, y)) bug mypy got something wrong
#17800 by virajkanwade was closed Sep 20, 2024 updated Sep 20, 2024
Old TypeVar and new [T:] annotations are not equivalent bug mypy got something wrong
#17749 by jolaf was closed Sep 8, 2024 updated Sep 19, 2024
Incorrect "incompatible type" error for context manager typed with AbstractContextManager bug mypy got something wrong
#16260 by gozdal was closed Oct 13, 2023 updated Sep 18, 2024
[PEP 695] Unexpected var-annotated error bug mypy got something wrong topic-pep-695 Issues related to PEP 695 syntax
#17630 by jolaf was closed Sep 18, 2024 updated Sep 18, 2024
[PEP 695] Nested generic class fails to typecheck bug mypy got something wrong topic-pep-695 Issues related to PEP 695 syntax
#17596 by jolaf was closed Sep 18, 2024 updated Sep 18, 2024
[good-first-issue] Incomplete Cobertura XML spec support bug mypy got something wrong
#17689 by webknjaz was closed Sep 15, 2024 updated Sep 15, 2024
False X | Y positives on not existing lines bug mypy got something wrong
#17768 by febus982 was closed Sep 13, 2024 updated Sep 13, 2024
Mypy does not understand typing relationship with generics bug mypy got something wrong
#17763 by damienbfs was closed Sep 12, 2024 updated Sep 12, 2024
Mypy doesn't understand structural subtyping for nested TypedDicts bug mypy got something wrong
#17754 by sh-at-cs was closed Sep 10, 2024 updated Sep 10, 2024
list of dict is reported as not compatible with list of Mapping bug mypy got something wrong
#17752 by Czaki was closed Sep 9, 2024 updated Sep 9, 2024
using attrs pre-commit mypy error: Unexpected keyword argument [call-arg] bug mypy got something wrong
#17735 by sebasouza was closed Sep 9, 2024 updated Sep 9, 2024
class decorators that change the type don't work bug mypy got something wrong
#11117 by DetachHead was closed Oct 9, 2023 updated Aug 26, 2024
PEP 695 variance inferred as simultaneously covariant and contravariant bug mypy got something wrong
#17709 by gschaffner was closed Aug 25, 2024 updated Aug 26, 2024
error when subclassing a generic class that implements __new__ bug mypy got something wrong
#15935 by cj81499 was closed Aug 22, 2024 updated Aug 22, 2024
FixtureFunction TypeVar pollutes mypy annotations for arbitrary types bug mypy got something wrong
#17673 by pechersky was closed Aug 17, 2024 updated Aug 17, 2024
Cannot alias keywords mypy has special cases for bug mypy got something wrong
#17656 by sshane was closed Aug 16, 2024 updated Aug 16, 2024
False positive with --warn-unreachable when calling something with a lambda expression which raises bug mypy got something wrong
#13863 by bzoracler was closed Aug 10, 2024 updated Aug 10, 2024
ProTip! Type g i on any issue or pull request to go back to the issue listing page.