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

ternary operator for side-effect bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-ternary-expression a if b else c
#5160 by charpov was closed Mar 27, 2022 updated Sep 21, 2024
Upper bound is missing from generic function signature in error report bug mypy got something wrong
#17792 by jolaf was closed Sep 21, 2024 updated Sep 21, 2024
x is None or y is None VS not all((x, y)) bug mypy got something wrong
#17800 by virajkanwade was closed Sep 20, 2024 updated Sep 20, 2024
ctypes POINTER(c_type) is not allowed as function arg type
#7540 by MarSoft was closed Oct 11, 2019 updated Sep 18, 2024
type statement + Annotated == Invalid type alias bug mypy got something wrong good-second-issue topic-pep-695 Issues related to PEP 695 syntax
#17751 by nernst was closed Sep 18, 2024 updated Sep 18, 2024
[PEP 695] Unexpected var-annotated error bug mypy got something wrong topic-pep-695 Issues related to PEP 695 syntax
#17630 by jolaf was closed Sep 18, 2024 updated Sep 18, 2024
[PEP 695] Nested generic class fails to typecheck bug mypy got something wrong topic-pep-695 Issues related to PEP 695 syntax
#17596 by jolaf was closed Sep 18, 2024 updated Sep 18, 2024
地图爬取代码上传
#17779 by LiYangHJ was closed Sep 18, 2024 updated Sep 18, 2024
[good-first-issue] Incomplete Cobertura XML spec support bug mypy got something wrong
#17689 by webknjaz was closed Sep 15, 2024 updated Sep 15, 2024
False X | Y positives on not existing lines bug mypy got something wrong
#17768 by febus982 was closed Sep 13, 2024 updated Sep 13, 2024
stubgen: Use Generator[...] instead of Generator[..., None, None] feature
#17669 by srittau was closed Sep 12, 2024 updated Sep 12, 2024
Mypy does not understand typing relationship with generics bug mypy got something wrong
#17763 by damienbfs was closed Sep 12, 2024 updated Sep 12, 2024
mypy error regarding namedtuple question
#4414 by kdheepak was closed Dec 29, 2017 updated Sep 12, 2024
using attrs pre-commit mypy error: Unexpected keyword argument [call-arg] bug mypy got something wrong
#17735 by sebasouza was closed Sep 9, 2024 updated Sep 9, 2024
<directory> is not a valid Python package name
#8400 by jcrben was closed Feb 17, 2020 updated Sep 8, 2024
support CI-friendly formatted output feature
#14962 by leifwalsh was closed Apr 1, 2023 updated Sep 6, 2024
RecursionError: maximum recursion depth exceeded crash topic-recursive-types topic-type-alias TypeAlias and other type alias issues
#17691 by flexatone was closed Aug 30, 2024 updated Aug 30, 2024
1.11 Release Tracking Issue meta Issues tracking a broad area of work
#17285 by koogoro was closed Aug 24, 2024 updated Aug 27, 2024
error when subclassing a generic class that implements __new__ bug mypy got something wrong
#15935 by cj81499 was closed Aug 22, 2024 updated Aug 22, 2024
ProTip! Exclude everything labeled bug with -label:bug.