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

Strange behavior when superclass is an unknown argument bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-inheritance Inheritance and incompatible overrides
#1069 opened Dec 11, 2015 by gvanrossum
generic class attributes with unions become object on subclasses bug mypy got something wrong false-positive mypy gave an error on correct code needs discussion priority-1-normal topic-inheritance Inheritance and incompatible overrides topic-type-variables
#4834 opened Apr 2, 2018 by chadrik
Problem inheriting attribute from a generic and non-generic base class bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-inheritance Inheritance and incompatible overrides
#2875 opened Feb 17, 2017 by dmzkrsk
Argument incompatibility not detected with multiple generic base classes bug mypy got something wrong priority-1-normal topic-inheritance Inheritance and incompatible overrides
#6184 opened Jan 11, 2019 by ramosbugs
generic super false-posistive error on argument type bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-inheritance Inheritance and incompatible overrides topic-type-variables
#6224 opened Jan 19, 2019 by Levitanus
Custom property/descriptor and base classes bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-descriptors Properties, class vs. instance attributes topic-inheritance Inheritance and incompatible overrides
#5803 opened Oct 19, 2018 by mm-matthias
False negative for restricted self in subclass bug mypy got something wrong priority-1-normal topic-inheritance Inheritance and incompatible overrides topic-self-types Types for self
#7861 opened Nov 3, 2019 by ilevkivskyi
Inherited, overridden attribute type reverted to the top parent class type bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-inheritance Inheritance and incompatible overrides
#7394 opened Aug 26, 2019 by rooterkyberian
Inconsistent errors with superclass Liskov violations bug mypy got something wrong needs discussion priority-1-normal topic-inheritance Inheritance and incompatible overrides
#7336 opened Aug 13, 2019 by kaiw
Inconsistent behaviour with return type of derived class bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides
#9603 opened Oct 17, 2020 by vikigenius
Unpacking a NamedTuple subclass uses superclass' types bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides topic-named-tuple
#8663 opened Apr 12, 2020 by brettcs
Question: How to bound a mixin to a subclass question topic-inheritance Inheritance and incompatible overrides topic-protocols
#8705 opened Apr 21, 2020 by canassa
How should we annotate cooperative inheritance? feature topic-inheritance Inheritance and incompatible overrides
#8769 opened May 4, 2020 by NeilGirdhar
Cannot determine consistent method resolution order (MRO) when inheriting from both MutableSequence and list bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides topic-runtime-semantics mypy doesn't model runtime semantics correctly
#11427 opened Nov 1, 2021 by abravalheri
Confusing error message for a missing classmethod decorator bug mypy got something wrong diagnostics topic-enum topic-error-reporting How we report errors topic-inheritance Inheritance and incompatible overrides
#11791 opened Dec 18, 2021 by wrobell
no error when you don't call super().__init__ feature topic-inheritance Inheritance and incompatible overrides
#11809 opened Dec 21, 2021 by DetachHead
__getnewargs__ for a subclass incompatible with return type of supertype bug mypy got something wrong false-positive mypy gave an error on correct code topic-inheritance Inheritance and incompatible overrides
#13309 opened Aug 2, 2022 by eli-schwartz
False positive error "incompatible type" bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides
#13566 opened Aug 31, 2022 by Mirraz
False positive error "incompatible type" on bound TypeVar bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides topic-type-variables
#13596 opened Sep 2, 2022 by epenet
ProTip! Updated in the last three days: updated:>2024-09-19.