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
Supporting Python 3.9 feature
#9761 by hauntsaninja was closed Jan 22, 2021
5 of 6 tasks
Python 3.11 tracking issue feature meta Issues tracking a broad area of work
#12840 by hauntsaninja was closed Oct 30, 2023
15 of 17 tasks
[FYI] mypy_primer
#9490 by hauntsaninja was closed Nov 28, 2020
Release 0.700 planning
#6588 by JukkaL was closed Apr 3, 2019
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
Mypy and mypyc sprint at PyCon 2023 topic-developer Issues relevant to mypy developers
#15067 by JukkaL was closed Apr 26, 2023
Release 0.770 planning
#8437 by msullivan was closed Mar 11, 2020
Super in a generic classmethod gives error bug mypy got something wrong false-positive mypy gave an error on correct code topic-type-variables
#9282 by giladsheffer was closed Aug 23, 2022
mypy's narrowing for match statements sometimes fails when the subject of the match is a function call bug mypy got something wrong topic-match-statement Python 3.10's match statement topic-type-narrowing Conditional type narrowing / binder
#12998 by zenbot was closed Feb 17, 2024
Do not allow returns with arguments in generators bug mypy got something wrong
#20 by JukkaL was closed Jan 20, 2016
Dynamically typed __init__ with argument types rejected bug mypy got something wrong
#19 by JukkaL was closed Apr 29, 2016
Invalid type inferred for 'or' and 'and' expressions bug mypy got something wrong
#17 by JukkaL was closed Jan 10, 2013
Invalid Python generated for calls such as foo<int>() bug mypy got something wrong
#9 by JukkaL was closed Dec 11, 2012
Extra space in generated Python code bug mypy got something wrong
#34 by JukkaL was closed Jan 28, 2013
ProTip! Exclude everything labeled bug with -label:bug.