-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Issues: python/mypy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
False negative: 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
typing.Literal[<Union expression>]
bug
#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
(🎁) Allow if expression / conditional base in class def
feature
priority-2-low
semantic-analyzer
Problems that happen during semantic analysis
topic-ternary-expression
a if b else c
#12445
opened Mar 25, 2022 by
KotlinIsland
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
maximum semantic analysis iteration count reached with importing two dataclasses modules
crash
semantic-analyzer
Problems that happen during semantic analysis
topic-dataclasses
#10892
opened Jul 29, 2021 by
NiklasRosenstein
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
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
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 analyzer: Ensure that mangled -redefinition names don't appear in error messages
priority-1-normal
semantic-analyzer
Problems that happen during semantic analysis
topic-usability
#6978
opened Jun 12, 2019 by
ilevkivskyi
New semantic analyzer: Explain that global variable must be declared at module top level
priority-1-normal
semantic-analyzer
Problems that happen during semantic analysis
topic-usability
#6976
opened Jun 12, 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: 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
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
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
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
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
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.