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

Fix signature of add_symbol_table_node() in plugin.py after new analyzer is the default priority-2-low semantic-analyzer Problems that happen during semantic analysis
#6382 opened Feb 12, 2019 by ilevkivskyi updated Feb 12, 2019
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 updated Apr 2, 2019
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 updated Jun 12, 2019
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 updated Jun 12, 2019
Traverse also generated TypeInfos, methods and attributes needs discussion semantic-analyzer Problems that happen during semantic analysis
#6408 opened Feb 15, 2019 by JukkaL updated Jun 12, 2019
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 updated Jun 12, 2019
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 updated Jun 12, 2019
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 updated Jun 13, 2019
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 updated Jun 13, 2019
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 updated Jul 5, 2019
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 updated Jul 13, 2019
Wrong type inferred for a name conflicting with a module name in an import cycle bug mypy got something wrong priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-import-cycles
#7419 opened Aug 29, 2019 by bluetech updated Aug 30, 2019
type inference depends on method definition order bug mypy got something wrong priority-1-normal semantic-analyzer Problems that happen during semantic analysis
#4727 opened Mar 13, 2018 by matejcik updated Sep 24, 2019
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 updated Jun 11, 2020
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 updated Apr 16, 2021
Clean-up lookup functions in semanal.py priority-1-normal refactoring Changing mypy's internals semantic-analyzer Problems that happen during semantic analysis
#4157 opened Oct 25, 2017 by ilevkivskyi updated Oct 3, 2021
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 updated Mar 19, 2022
New semantic analyzer: better error messages for cyclic cross-module definitions priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-error-reporting How we report errors topic-usability
#6551 opened Mar 15, 2019 by ilevkivskyi updated Mar 26, 2022
NamedTuple single line declaration gives error "Too many arguments for NamedTuple() [misc] bug mypy got something wrong semantic-analyzer Problems that happen during semantic analysis topic-named-tuple
#11047 opened Sep 2, 2021 by yesthesoup updated Mar 26, 2022
New semantic analyzer: support mutually recursive star imports in daemon bug mypy got something wrong priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-daemon dmypy topic-fine-grained-incremental
#6490 opened Feb 27, 2019 by ilevkivskyi updated Mar 27, 2022
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 updated Mar 28, 2022
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 updated Apr 1, 2022
ProTip! Find all open issues with in progress development work with linked:pr.