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

Reachable code in loop marked unreachable bug mypy got something wrong priority-0-high topic-reachability Detecting unreachable code
#8721 opened Apr 25, 2020 by PeterJCLaw updated Aug 4, 2024
Use union instead of join for unifying types bug mypy got something wrong needs discussion priority-0-high topic-join-v-union Using join vs. using unions
#12056 opened Jan 24, 2022 by JelleZijlstra updated Jul 3, 2024
Refactor all member access to go through checkmember.py (meta issue) meta Issues tracking a broad area of work needs discussion priority-0-high refactoring Changing mypy's internals
#7724 opened Oct 16, 2019 by ilevkivskyi updated Jun 15, 2024
Unexpected "error: Slice index must be an integer or None" bug mypy got something wrong false-positive mypy gave an error on correct code feature needs discussion priority-0-high
#2410 opened Nov 7, 2016 by sametmax updated Apr 29, 2024
Make command line tests faster good-first-issue priority-0-high topic-developer Issues relevant to mypy developers topic-tests
#5966 opened Nov 28, 2018 by JukkaL updated Apr 28, 2024
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 updated Mar 18, 2024
MyPy is nondeterministic across runs bug mypy got something wrong priority-0-high topic-incremental
#16979 opened Mar 2, 2024 by wjakob updated Mar 12, 2024
Union subtyping doesn't work with covariant type constructors Tuple and Callable bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high topic-union-types
#7187 opened Jul 9, 2019 by ilevkivskyi updated Jan 29, 2024
Infinite typechecking bug mypy got something wrong priority-0-high topic-recursive-types
#16757 opened Jan 7, 2024 by heckad updated Jan 9, 2024
Error for lambda containing Any even when type can be inferred bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high topic-disallow-any The disallow-any-* family of flags topic-usability
#5879 opened Nov 9, 2018 by keis updated Dec 7, 2023
Type alias expansion sometimes interferes with type variable binding bug mypy got something wrong priority-0-high topic-calls Function calls, *args, **kwargs, defaults topic-type-alias TypeAlias and other type alias issues topic-type-variables
#3924 opened Sep 6, 2017 by ilevkivskyi updated Nov 22, 2023
Odd error message when kwargs passed as **dict feature priority-0-high topic-calls Function calls, *args, **kwargs, defaults topic-usability
#5382 opened Jul 22, 2018 by scop updated Nov 15, 2023
Error location show incorrect file. bug mypy got something wrong priority-0-high topic-usability
#16175 opened Sep 25, 2023 by jenstroeger updated Nov 9, 2023
Infer attributes from __new__ false-positive mypy gave an error on correct code feature priority-0-high
#1021 opened Nov 29, 2015 by JukkaL updated Sep 8, 2023
Property, classmethod and staticmethod aliases not supported bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high topic-descriptors Properties, class vs. instance attributes
#6700 opened Apr 19, 2019 by serhiy-storchaka updated Jul 6, 2023
MyPy Reporting problems in dependencies (site-packages) bug mypy got something wrong priority-0-high
#12162 opened Feb 10, 2022 by loganod updated Jun 15, 2023
--disallow-untyped-calls allows calling values with Any type bug mypy got something wrong priority-0-high topic-usability
#5968 opened Nov 28, 2018 by JukkaL updated Jan 3, 2023
Document descriptors documentation priority-0-high topic-descriptors Properties, class vs. instance attributes
#2566 opened Dec 13, 2016 by JukkaL updated Dec 6, 2022
Inconsistent errors reported for protocol matching bug mypy got something wrong priority-0-high
#13850 opened Oct 9, 2022 by erictraut updated Oct 10, 2022
False negative involving null checks on optional types bug mypy got something wrong priority-0-high topic-reachability Detecting unreachable code topic-runtime-semantics mypy doesn't model runtime semantics correctly
#5423 opened Aug 6, 2018 by person594 updated Aug 28, 2022
ProTip! Updated in the last three days: updated:>2024-09-20.