Skip to content

Issues: python/mypy

Python 3.13 tracking issue
#17264 opened May 18, 2024 by hauntsaninja
Open 3
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 --plugins command-line option feature topic-configuration Configuration files and flags topic-plugins The plugin API and ideas for new plugins
#11667 opened Dec 5, 2021 by GergelyKalmar
isinstance check widens type bug mypy got something wrong topic-type-narrowing Conditional type narrowing / binder
#11615 opened Nov 25, 2021 by randolf-scholz
(🐞) false narrowing with reassignment in loop bug mypy got something wrong topic-reachability Detecting unreachable code
#11612 opened Nov 25, 2021 by KotlinIsland
Any type causes worse type inference with higher-order function bug mypy got something wrong false-positive mypy gave an error on correct code
#11610 opened Nov 24, 2021 by JukkaL
Generic function can't make function call with mapping unpacking bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults
#11583 opened Nov 20, 2021 by NeilGirdhar
No error on new union syntax with union of fake types (TypeAlias and None) bug mypy got something wrong topic-pep-604 PEP 604 (union | operator)
#11582 opened Nov 20, 2021 by KotlinIsland
Cannot determine type of "userlist" bug mypy got something wrong topic-import-cycles
#11554 opened Nov 14, 2021 by Akuli
Typeguard for TypedDict keys feature topic-type-narrowing Conditional type narrowing / binder topic-typed-dict
#11553 opened Nov 14, 2021 by tlambert03
reveal_type(type(None)) is object bug mypy got something wrong
#11550 opened Nov 14, 2021 by sobolevn
error: "Type[None]" has no attribute "__bool__" bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly
#11539 opened Nov 13, 2021 by KotlinIsland
classmethods shouldn't be allowed to access generic attributes bug mypy got something wrong
#11537 opened Nov 13, 2021 by KotlinIsland
bad error message when attempting to assign to generic type bug mypy got something wrong
#11536 opened Nov 13, 2021 by DetachHead
ProTip! Add no:assignee to see everything that’s not assigned.