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

Many classes should be decorated as @final feature needs discussion topic-developer Issues relevant to mypy developers topic-final PEP 591
#11179 opened Sep 23, 2021 by sobolevn
Inconsistent narrowing of Union and TypeVar with constraints and neglect of @final bug mypy got something wrong topic-final PEP 591 topic-type-narrowing Conditional type narrowing / binder
#10898 opened Jul 31, 2021 by tyralla
[mypyc] support of @final types bug mypy got something wrong topic-final PEP 591 topic-mypyc mypyc bugs
#9612 opened Oct 18, 2020 by sobolevn
type not narrowed within function when it's Final bug mypy got something wrong topic-final PEP 591
#12006 opened Jan 18, 2022 by DetachHead
Allow Annotated to wrap Final and ClassVar bug mypy got something wrong topic-final PEP 591
#12061 opened Jan 25, 2022 by GBeauregard
Error on conditional initialization of Final class variables bug mypy got something wrong topic-final PEP 591
#10736 opened Jun 29, 2021 by nelsyeung
Overloading an abstract attribute with a Final one bug mypy got something wrong topic-final PEP 591 topic-inheritance Inheritance and incompatible overrides
#14863 opened Mar 9, 2023 by ydirson
ProTip! Type g i on any issue or pull request to go back to the issue listing page.