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
Checking call signatures of Type[C] objects needs discussion priority-2-low topic-calls Function calls, *args, **kwargs, defaults topic-inheritance Inheritance and incompatible overrides
#1831 opened Jul 8, 2016 by JukkaL
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
Multiple inheritance triggers issues that cannot be resolved bug mypy got something wrong priority-1-normal topic-inheritance Inheritance and incompatible overrides
#4335 opened Dec 7, 2017 by jmh045000
Join computed suboptimally with multiple inheritance bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides
#4373 opened Dec 15, 2017 by gvanrossum
Having trouble writing a type signature for a subclass of LoggerAdapter topic-inheritance Inheritance and incompatible overrides
#4676 opened Mar 3, 2018 by ronf
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
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
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
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
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
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
mypy fails to report missing "private" __x attribute feature priority-1-normal topic-inheritance Inheritance and incompatible overrides topic-runtime-semantics mypy doesn't model runtime semantics correctly
#8267 opened Jan 9, 2020 by dckc
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
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
mypy doesn't infer **kwargs types from superclass feature topic-inference When to infer types or require explicit annotations topic-inheritance Inheritance and incompatible overrides
#10079 opened Feb 11, 2021 by rectalogic
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.