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

Release 1.0 planning meta Issues tracking a broad area of work priority-0-high
#13685 by ilevkivskyi was closed Feb 17, 2023
10 of 17 tasks
PEP 572: Type not narrowed correctly in assignment bug mypy got something wrong priority-0-high topic-pep-572 PEP 572 (walrus operator)
#7316 by JelleZijlstra was closed Jan 8, 2020
Cannot assign to field of Callable type affects-typeshed Anything that blocks a typeshed change bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high size-large topic-descriptors Properties, class vs. instance attributes
#708 by spkersten was closed Aug 13, 2022
Dict, List and Set are imported by default bug mypy got something wrong priority-0-high
#999 by gvanrossum was closed Feb 14, 2017
Name resolution in mypy doesn't match Python bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-usability topic-variable-scope
#3775 by gaborbernat was closed Aug 3, 2022
Alias to qualified module does not work bug mypy got something wrong priority-0-high
#3669 by JukkaL was closed Jul 19, 2017
runtests.py pytest doesn't work bug mypy got something wrong priority-0-high
#3890 by JukkaL was closed Sep 18, 2017
ProTip! Exclude everything labeled bug with -label:bug.