Skip to content

Issues: python/mypy

Python 3.12 tracking issue
#15277 opened May 21, 2023 by hauntsaninja
Open 5
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: typing.Literal[<Union expression>] bug mypy got something wrong semantic-analyzer Problems that happen during semantic analysis topic-literal-types
#17260 opened May 17, 2024 by bzoracler
Base class type incorrectly overwritten by assignment in extending class bug mypy got something wrong
#17255 opened May 16, 2024 by 0xhtml
Exhaustiveness checking false positive regression in 1.10 bug mypy got something wrong
#17252 opened May 16, 2024 by antonagestam
overloaded __new__ ignored when introducing __init__ bug mypy got something wrong
#17251 opened May 16, 2024 by jakkdl
no error when using generic in except block bug mypy got something wrong
#17248 opened May 15, 2024 by DetachHead
Unpacking doesn't do proper type narrowing bug mypy got something wrong
#17240 opened May 14, 2024 by RbCaVi
Set and Dict generalizing the type unnecessarily bug mypy got something wrong
#17238 opened May 13, 2024 by MalteEbner
Attempted to reuse member name in Enum definition bug mypy got something wrong
#17234 opened May 11, 2024 by lanzz
match narrowing fails when the operand is an await expression bug mypy got something wrong
#17230 opened May 9, 2024 by tamird
__eq__ methods disable narrowing in the else block bug mypy got something wrong
#17229 opened May 9, 2024 by DetachHead
mypy should fail if the first element of the type has the same name as the variable bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly
#17227 opened May 8, 2024 by userappgate
name-defined error lets Mypy forget TypedDict was wrapped in Unpack bug mypy got something wrong
#17225 opened May 8, 2024 by tyralla
int inconsistently considered a subtype of float bug mypy got something wrong
#17223 opened May 7, 2024 by decorator-factory
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.