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

Check class type parameter variance violations in inheritance bug mypy got something wrong priority-1-normal topic-inheritance Inheritance and incompatible overrides topic-type-variables
#736 by JukkaL was closed Sep 26, 2022
Base class attribute type does not provide type context in subclass bug mypy got something wrong priority-0-high topic-inheritance Inheritance and incompatible overrides topic-type-context Type context / bidirectional inference topic-usability
#4547 by JukkaL was closed Aug 24, 2022
OrderedCounter copy method incompatible base class definitions topic-inheritance Inheritance and incompatible overrides
#4891 by iliakur was closed Mar 24, 2022
Subclasses of external classes confusing mypy needs discussion question topic-inheritance Inheritance and incompatible overrides
#5445 by alanhdu was closed Aug 28, 2023
Overriding definition such as type alias in a subclass causes a crash crash priority-0-high topic-inheritance Inheritance and incompatible overrides topic-type-alias TypeAlias and other type alias issues
#5425 by Michael0x2a was closed Jun 24, 2022
2
4
False positive when overriding an async method topic-inheritance Inheritance and incompatible overrides topic-usability
#5125 by JelleZijlstra was closed Aug 28, 2023
Can't declare a property setter on a child class without declaring getter there as well feature priority-1-normal topic-descriptors Properties, class vs. instance attributes topic-inheritance Inheritance and incompatible overrides topic-runtime-semantics mypy doesn't model runtime semantics correctly
#4644 by elvslv was closed Jan 9, 2023
Does replacing a type variable make a subclass incompatible? bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides topic-type-variables
#11605 by A5rocks was closed May 1, 2022
Incorrect mypy behaviour when inheriting a generic with List[T] field bug mypy got something wrong topic-dataclasses topic-inheritance Inheritance and incompatible overrides
#10986 by Fatal1ty was closed Nov 16, 2022
Types of inheritanced class attributes aren't detected bug mypy got something wrong topic-inference When to infer types or require explicit annotations topic-inheritance Inheritance and incompatible overrides
#10375 by abhiabhi94 was closed Aug 12, 2023
Overriding an overloaded method that returns a value of a Union type bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides topic-overloads
#10799 by yoshum was closed Aug 12, 2023
Incompatible type; expected "Optional[T]" with generic dataclasses inheritance bug mypy got something wrong topic-dataclasses topic-inheritance Inheritance and incompatible overrides
#12167 by MarcoRuzzon was closed Mar 26, 2022
Missing Liskov error for subclass with subclass field bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides
#11720 by NoamNol was closed Aug 13, 2023
Error when inheriting from a generic dataclass with a generic attribute bug mypy got something wrong topic-dataclasses topic-inheritance Inheritance and incompatible overrides
#12063 by drewm1980 was closed Mar 26, 2022
Incorrect incompatible override report with self type + overload bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides topic-overloads
#14002 by JelleZijlstra was closed Nov 10, 2022
False positive: signature incompatible with supertype bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides topic-overloads
#13106 by agronholm was closed Jul 14, 2022
Changing arguments to position only on an override should be incompatible bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides
#13115 by hackaugusto was closed Jul 13, 2022
Incorrect type inference in Derived class that was explicitly typed in Base bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides
#12268 by Riolku was closed Aug 13, 2023
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.