Skip to content

Issues: python/mypy

Python 3.11 tracking issue
#12840 opened May 22, 2022 by hauntsaninja
Open 7
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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

False negative with protocols containins classvars bug mypy got something wrong topic-protocols
#13537 opened Aug 27, 2022 by Tinche
(🐞) Bad error message when using Concatenate incorrectly bug mypy got something wrong diagnostics topic-paramspec PEP 612, ParamSpec, Concatenate topic-usability
#13518 opened Aug 26, 2022 by KotlinIsland
isinstance and TypeVar bug mypy got something wrong
#13492 opened Aug 24, 2022 by johnburnett
Wrong type narrowing when using type without an argument in isinstance call bug mypy got something wrong false-positive mypy gave an error on correct code topic-type-narrowing Conditional type narrowing / binder
#13462 opened Aug 20, 2022 by twoertwein
Unbound type variables in Callable type alias are substituted with Any bug mypy got something wrong topic-type-alias TypeAlias and other type alias issues
#13449 opened Aug 18, 2022 by Drino
callable typeguard doesn't work on Any bug mypy got something wrong topic-type-narrowing Conditional type narrowing / binder
#13443 opened Aug 18, 2022 by DetachHead
isinstance doesn't narrow when using union bug mypy got something wrong topic-type-narrowing Conditional type narrowing / binder
#13438 opened Aug 17, 2022 by DetachHead
Incorrect "Type application has too few types" bug mypy got something wrong
#13437 opened Aug 17, 2022 by Dr-Irv
Arg(T, 'name') not equivalent to T in Callable bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults
#13429 opened Aug 15, 2022 by matteosantama
Inconsistent behavior when narrowing bounded generics. bug mypy got something wrong
#13426 opened Aug 15, 2022 by denballakh
Inconsistent results after 0.960 -> 0.971 migration bug mypy got something wrong
#13422 opened Aug 15, 2022 by sobolevn
TypeVar incompatible with nested coroutines bug mypy got something wrong topic-async async, await, asyncio topic-type-variables
#13408 opened Aug 13, 2022 by bushkov
ProTip! Type g i on any issue or pull request to go back to the issue listing page.