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

Unions with invalid arguments are still allowed bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly
#3258 opened Apr 26, 2017 by refi64
join is not associative in the presence of unions bug mypy got something wrong topic-join-v-union Using join vs. using unions topic-strict-optional
#3339 opened May 7, 2017 by ilevkivskyi
from .x import y causes "Name already defined" for x bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#3735 opened Jul 18, 2017 by douglas-treadwell
Incorrect inference of type parameter for a generic container bug mypy got something wrong
#3183 opened Apr 18, 2017 by pkch
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
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
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
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
Improve truncation logic for Protocol mismatches bug mypy got something wrong topic-error-reporting How we report errors
#16332 opened Oct 26, 2023 by hauntsaninja
Apparent false positive when using reduce with dictionaries bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#4150 opened Oct 23, 2017 by edwardcwang
ProTip! Exclude everything labeled bug with -label:bug.