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

Add assertion passes priority-2-low refactoring Changing mypy's internals
#2158 opened Sep 20, 2016 by elazarg updated Mar 19, 2022
import * in class bodies should be disallowed bug mypy got something wrong priority-2-low topic-runtime-semantics mypy doesn't model runtime semantics correctly
#12198 opened Feb 17, 2022 by hauntsaninja updated Mar 19, 2022
Only allow splatting iterables if function takes at least one positional arg feature priority-2-low topic-calls Function calls, *args, **kwargs, defaults
#12206 opened Feb 18, 2022 by piotrfilipiuk updated Mar 19, 2022
mypy does not deduce more specific type of generic based on isinstance of attribute false-positive mypy gave an error on correct code feature priority-2-low topic-type-narrowing Conditional type narrowing / binder
#8435 opened Feb 24, 2020 by osandov updated Mar 19, 2022
Bad circular imports are not rejected feature priority-2-low topic-runtime-semantics mypy doesn't model runtime semantics correctly
#61 opened Jan 27, 2013 by ashleyh updated Mar 19, 2022
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 updated Mar 24, 2022
(🐞) No error when empty tuple used as type parameter bug mypy got something wrong priority-2-low
#12316 opened Mar 9, 2022 by KotlinIsland updated Mar 25, 2022
no error on unused expression with type Any when disallow-any-expr is enabled bug mypy got something wrong priority-2-low topic-disallow-any The disallow-any-* family of flags
#11959 opened Jan 10, 2022 by DetachHead updated Mar 26, 2022
Dict's .get() method doesn't limit possible types of the given element feature priority-2-low topic-type-narrowing Conditional type narrowing / binder
#12457 opened Mar 26, 2022 by mcAnswer updated Mar 26, 2022
Add support for simple lambda type guard feature priority-2-low topic-type-narrowing Conditional type narrowing / binder topic-typeguard TypeGuard / PEP 647
#9890 opened Jan 8, 2021 by charlax updated Mar 27, 2022
global comment-typed variable causes mypy failure "invalid syntax" bug mypy got something wrong priority-2-low topic-error-reporting How we report errors
#11033 opened Aug 27, 2021 by jtmoon79 updated Mar 27, 2022
Truthiness of None Does not Narrow Optional Types false-positive mypy gave an error on correct code feature needs discussion priority-2-low topic-type-narrowing Conditional type narrowing / binder
#7249 opened Jul 21, 2019 by WillAyd updated Mar 28, 2022
Allow method assignment in body of type extending typing.NamedTuple bug mypy got something wrong priority-2-low topic-named-tuple topic-runtime-semantics mypy doesn't model runtime semantics correctly
#8543 opened Mar 15, 2020 by asottile updated Mar 28, 2022
No error when attempting to use property object as that property's type priority-2-low topic-descriptors Properties, class vs. instance attributes topic-named-tuple topic-runtime-semantics mypy doesn't model runtime semantics correctly
#6192 opened Jan 15, 2019 by andy-hanson updated Mar 29, 2022
ProTip! Find all open issues with in progress development work with linked:pr.