-
-
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
Typeshed import cycle causes mypy to start claiming a fixed-length tuple type alias declared with Anything that blocks a typeshed change
bug
mypy got something wrong
topic-import-cycles
topic-type-alias
TypeAlias and other type alias issues
TypeAlias
is "not valid as a type"
affects-typeshed
#16581
opened Nov 28, 2023 by
AlexWaygood
Missing imported name reported as error when the name is actually (later) defined.
bug
mypy got something wrong
topic-import-cycles
#12674
opened Apr 26, 2022 by
mrolle45
Cannot determine type of "userlist"
bug
mypy got something wrong
topic-import-cycles
#11554
opened Nov 14, 2021 by
Akuli
mypy resolves symbol incorrectly with builtins import cycle
bug
mypy got something wrong
topic-import-cycles
#11535
opened Nov 13, 2021 by
hauntsaninja
'Cannot determine type of "<symbol>"' when circular dependencies
bug
mypy got something wrong
topic-import-cycles
#11513
opened Nov 10, 2021 by
KotlinIsland
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
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
Consider deferring module top level in type checker
feature
priority-0-high
topic-import-cycles
#6356
opened Feb 7, 2019 by
ilevkivskyi
Use analyzed type when resolving attributes via __getattr__
bug
mypy got something wrong
priority-1-normal
topic-import-cycles
#5345
opened Jul 11, 2018 by
ilevkivskyi
Failure to resolve a specific import structure
bug
mypy got something wrong
priority-2-low
topic-import-cycles
#4144
opened Oct 20, 2017 by
elprans
Error on cyclic import from package hidden in a function
bug
mypy got something wrong
false-positive
mypy gave an error on correct code
priority-1-normal
topic-import-cycles
#2418
opened Nov 8, 2016 by
lopuhin
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.