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

Doesn't recognize all uses of super bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#857 opened Aug 21, 2015 by agentydragon
False positive in conditional with with statements bug mypy got something wrong
#15605 opened Jul 6, 2023 by freewilll
annotations on self are not understood with Protocols bug mypy got something wrong
#16291 opened Oct 19, 2023 by finite-state-machine
Allow type aliases be used as variables bug mypy got something wrong false-positive mypy gave an error on correct code priority-2-low
#327 opened Jul 25, 2014 by JukkaL
"Statement is unreachable" false positive when calling callable on union with object bug mypy got something wrong topic-reachability Detecting unreachable code topic-type-narrowing Conditional type narrowing / binder
#11764 opened Dec 16, 2021 by DetachHead
x = x or y with x undeclared gives no error bug mypy got something wrong priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#937 opened Oct 15, 2015 by jhance
Type check coverage reports need more love bug mypy got something wrong priority-1-normal
#1123 opened Jan 13, 2016 by gvanrossum
@overload is required when using @dispatch bug mypy got something wrong false-positive mypy gave an error on correct code
#3853 opened Aug 21, 2017 by orenbenkiki
mypy infers the wrong type for classmethods bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly
#3482 opened Jun 1, 2017 by carljm
lambda: (yield) causes spurious errors bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#3551 opened Jun 15, 2017 by ambv
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
Don't silently ignore some partial types bug mypy got something wrong
#3031 opened Mar 19, 2017 by ddfisher
isinstance(x, Type) not accepted bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-type-narrowing Conditional type narrowing / binder topic-usability
#3060 opened Mar 27, 2017 by JukkaL
List[<nothing>] error bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-type-context Type context / bidirectional inference topic-usability
#3283 opened Apr 29, 2017 by jcrmatos
ProTip! no:milestone will show everything without a milestone.