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

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 updated Oct 20, 2017
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
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
'Cannot determine type of "<symbol>"' when circular dependencies bug mypy got something wrong topic-import-cycles
#11513 opened Nov 10, 2021 by KotlinIsland updated Mar 25, 2022
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 updated Mar 25, 2022
mypy resolves symbol incorrectly with builtins import cycle bug mypy got something wrong topic-import-cycles
#11535 opened Nov 13, 2021 by hauntsaninja updated Mar 25, 2022
Cannot determine type of "userlist" bug mypy got something wrong topic-import-cycles
#11554 opened Nov 14, 2021 by Akuli updated Mar 30, 2022
Circular "import *" causes crash crash topic-import-cycles
#12568 opened Apr 12, 2022 by mrolle45 updated Apr 13, 2022
Typeshed import cycle causes mypy to start claiming a fixed-length tuple type alias declared with TypeAlias is "not valid as a type" affects-typeshed Anything that blocks a typeshed change bug mypy got something wrong topic-import-cycles topic-type-alias TypeAlias and other type alias issues
#16581 opened Nov 28, 2023 by AlexWaygood updated Aug 19, 2024
ProTip! Type g i on any issue or pull request to go back to the issue listing page.