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

False negative: typing.Literal[<Union expression>] bug mypy got something wrong semantic-analyzer Problems that happen during semantic analysis topic-literal-types topic-runtime-semantics mypy doesn't model runtime semantics correctly
#17260 opened May 17, 2024 by bzoracler
One case of max iteration count being exceeded. crash semantic-analyzer Problems that happen during semantic analysis topic-named-tuple
#12458 opened Mar 26, 2022 by mrolle45
Dict comprehensions fail in NamedTuple bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-named-tuple
#8376 opened Feb 6, 2020 by edward-io
Semantic analyzer confuses a function with a module bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high semantic-analyzer Problems that happen during semantic analysis
#7203 opened Jul 13, 2019 by Cito
Processing order of methods affects inferred attribute types bug mypy got something wrong priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-import-cycles
#7162 opened Jul 5, 2019 by JukkaL
New semanal: Spurious "no binding for nonlocal" bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#7057 opened Jun 25, 2019 by JelleZijlstra
New semantic analyzer: Namespace package with __init__.py breaks analysis bug mypy got something wrong false-positive mypy gave an error on correct code needs discussion semantic-analyzer Problems that happen during semantic analysis topic-usability
#7029 opened Jun 20, 2019 by fireundubh
New semantic analyzer: some assignments aren't recognized as types if incomplete false-positive mypy gave an error on correct code priority-1-normal semantic-analyzer Problems that happen during semantic analysis
#6985 opened Jun 13, 2019 by JukkaL
New type analyzer: confusing error message for broken named tuple bug mypy got something wrong priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-named-tuple
#6956 opened Jun 7, 2019 by ilevkivskyi
New semantic analyzer: allow redefinition of star-imported functions if type is the same false-positive mypy gave an error on correct code priority-1-normal semantic-analyzer Problems that happen during semantic analysis
#6950 opened Jun 7, 2019 by ilevkivskyi
New semantic analyzer: incompatible definition involving decorator not detected bug mypy got something wrong priority-1-normal semantic-analyzer Problems that happen during semantic analysis
#6610 opened Apr 2, 2019 by JukkaL
New semantic analyzer: Refactor handling of is_inferred_def & co priority-1-normal refactoring Changing mypy's internals semantic-analyzer Problems that happen during semantic analysis
#6458 opened Feb 21, 2019 by ilevkivskyi
New semantic analyzer: Clean-up logic for classes in functions priority-1-normal refactoring Changing mypy's internals semantic-analyzer Problems that happen during semantic analysis
#6422 opened Feb 17, 2019 by ilevkivskyi
Traverse also generated TypeInfos, methods and attributes needs discussion semantic-analyzer Problems that happen during semantic analysis
#6408 opened Feb 15, 2019 by JukkaL
New semantic analyzer: placeholder nodes from self.x assignment bug mypy got something wrong priority-1-normal semantic-analyzer Problems that happen during semantic analysis
#6338 opened Feb 5, 2019 by JukkaL
New semantic analyzer: abstraction for updating deferred queue priority-1-normal refactoring Changing mypy's internals semantic-analyzer Problems that happen during semantic analysis
#6320 opened Feb 4, 2019 by JukkaL
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.