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

Inconsistent inference inside print() bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-disallow-any The disallow-any-* family of flags
#6017 by syimyuzya was closed Mar 27, 2022
Expression type contains Any with await question topic-async async, await, asyncio topic-disallow-any The disallow-any-* family of flags
#8884 by Dreamsorcerer was closed Aug 25, 2022
Module ... has no attribute ... when #type: ignore[misc] is set at the top of a module bug mypy got something wrong priority-1-normal topic-disallow-any The disallow-any-* family of flags topic-type-ignore # type: ignore comments
#9318 by johanvergeer was closed Aug 26, 2022
no-any-return dependent on order of conditional bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#9631 by jamiesandenr was closed Mar 19, 2022
(🐞) New union syntax inconsistent with old union syntax, now it contains Any bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags topic-pep-604 PEP 604 (union | operator) topic-union-types
#12224 by KotlinIsland was closed Aug 13, 2023
allow-subclassing-any also applies to subclassing the Any type as well as values with Any type bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#12529 by DetachHead was closed Apr 7, 2022
weird typeguard behavior in inspect.getmembers when disallow-any-expr is enabled bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#16025 by DetachHead was closed Sep 27, 2023
[1.7] Any in decorated function with TypeVar bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags topic-type-variables
#16482 by Dreamsorcerer was closed Nov 13, 2023
ProTip! Adding no:label will show everything without a label.