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

Decorated property not supported false-positive mypy gave an error on correct code feature priority-1-normal topic-descriptors Properties, class vs. instance attributes
#1362 by pyrocat101 was closed Aug 14, 2022
General support for properties bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#220 by JukkaL was closed Dec 5, 2019
functools.partial support feature priority-1-normal topic-plugins The plugin API and ideas for new plugins topic-protocols
#1484 by berdario was closed May 23, 2024
Create a plugin to handle singledispatch false-positive mypy gave an error on correct code feature priority-1-normal
#2904 by gbritton1 was closed Dec 13, 2021
type alias to union is invalid in runtime context bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#5354 by glyph was closed May 5, 2020
Class with function fields incorrectly thinks first argument is self bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-dataclasses
#5485 by Dentosal was closed Aug 13, 2022
Honor return type of __new__ false-positive mypy gave an error on correct code feature priority-1-normal
#1020 by JukkaL was closed Jul 11, 2019
Unpacking tuples of variable length false-positive mypy gave an error on correct code feature priority-1-normal topic-type-narrowing Conditional type narrowing / binder topic-union-types
#1178 by mihneagiurgea was closed Oct 21, 2023
Making a decorator which preserves function signature bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#1927 by sharmaeklavya2 was closed Dec 25, 2021
Unable to assign a function a method bug mypy got something wrong false-positive mypy gave an error on correct code needs discussion priority-1-normal
#2427 by rowillia was closed Feb 5, 2023
ProTip! Exclude everything labeled bug with -label:bug.