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
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
x = x or y with x undeclared gives no error bug mypy got something wrong priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#937 opened Oct 15, 2015 by jhance
Confusing error message when using AnyStr bug mypy got something wrong priority-0-high topic-join-v-union Using join vs. using unions topic-usability
#963 opened Oct 22, 2015 by oconnor663
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
Type check coverage reports need more love bug mypy got something wrong priority-1-normal
#1123 opened Jan 13, 2016 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
Return inside class inside function should be an error bug mypy got something wrong priority-2-low topic-runtime-semantics mypy doesn't model runtime semantics correctly
#1683 opened Jun 9, 2016 by gvanrossum
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
defining self.__call__ makes the class callable when it isn't bug mypy got something wrong priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly
#2113 opened Sep 8, 2016 by euresti
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
ProTip! Find all open issues with in progress development work with linked:pr.