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

Generic callback protocols break with kwargs needs discussion topic-calls Function calls, *args, **kwargs, defaults topic-protocols
#7311 opened Aug 9, 2019 by chadrik
Rather confusing error message when argument name is wrong bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-error-reporting How we report errors topic-protocols topic-usability
#9668 opened Oct 30, 2020 by wsanchez
Question: How to bound a mixin to a subclass question topic-inheritance Inheritance and incompatible overrides topic-protocols
#8705 opened Apr 21, 2020 by canassa
abs(Union[int, Decimal]) is inferred as object bug mypy got something wrong topic-join-v-union Using join vs. using unions topic-protocols
#8601 opened Mar 29, 2020 by brettcs
Infer correct metaclass for protocols bug mypy got something wrong topic-protocols
#13979 opened Nov 1, 2022 by JukkaL
Narrowing an optional class type to an unrelated Protocol causes a false unreachable error bug mypy got something wrong topic-protocols topic-reachability Detecting unreachable code topic-type-narrowing Conditional type narrowing / binder
#12802 opened May 17, 2022 by ajkaijanaho
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.