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

Allow type aliases be used as variables bug mypy got something wrong false-positive mypy gave an error on correct code priority-2-low
#327 opened Jul 25, 2014 by JukkaL
Support @no_type_check for classes false-positive mypy gave an error on correct code feature priority-1-normal topic-pep-484 topic-runtime-semantics mypy doesn't model runtime semantics correctly
#607 opened Mar 21, 2015 by JukkaL
2
7
Doesn't recognize all uses of super bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#857 opened Aug 21, 2015 by agentydragon
Infer attributes from __new__ false-positive mypy gave an error on correct code feature priority-0-high
#1021 opened Nov 29, 2015 by JukkaL
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
Property setter not accepted if not next to getter bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-descriptors Properties, class vs. instance attributes
#1465 opened May 2, 2016 by mihneagiurgea
Inferring an optional type when first initializer uses non-optional type false-positive mypy gave an error on correct code feature needs discussion priority-0-high topic-inference When to infer types or require explicit annotations
#1735 opened Jun 22, 2016 by JukkaL
Allow yielding result of function that returns None bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#1933 opened Jul 23, 2016 by gvanrossum
Binder should reason about complex expressions false-positive mypy gave an error on correct code feature priority-1-normal topic-type-narrowing Conditional type narrowing / binder
#2199 opened Sep 30, 2016 by gvanrossum
Error on cyclic import from package hidden in a function bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-import-cycles
#2418 opened Nov 8, 2016 by lopuhin
Make classproperty descriptor work bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-descriptors Properties, class vs. instance attributes
#2563 opened Dec 13, 2016 by JukkaL
Confusing error when assigning to method defined in base class bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#2800 opened Feb 3, 2017 by JukkaL
Inconsistent error when aliasing a type from a module without stubs bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#2801 opened Feb 3, 2017 by frankpf
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
What to do about setters of a different type than their property? false-positive mypy gave an error on correct code feature priority-0-high topic-descriptors Properties, class vs. instance attributes
#3004 opened Mar 15, 2017 by sixolet
ProTip! What’s not been updated in a month: updated:<2024-08-22.