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

What should the type of super() be? feature priority-2-low
#2956 opened Mar 4, 2017 by timabbott updated Mar 5, 2017
dict(zip()) and itertools.product feature priority-2-low topic-plugins The plugin API and ideas for new plugins
#3884 opened Aug 29, 2017 by AndreyBalandin updated Aug 29, 2017
Failure to resolve a specific import structure bug mypy got something wrong priority-2-low topic-import-cycles
#4144 opened Oct 20, 2017 by elprans updated Oct 20, 2017
Don't warn about exception aliases on Python 3 bug mypy got something wrong false-positive mypy gave an error on correct code priority-2-low
#5080 opened May 18, 2018 by ethanhs updated May 18, 2018
Complaint about @staticmethod outside a class false-positive mypy gave an error on correct code feature priority-2-low
#1006 opened Nov 25, 2015 by gvanrossum updated May 18, 2018
Incompatible types in assignment for dict[key] = tmp = value and nested structures bug mypy got something wrong false-positive mypy gave an error on correct code priority-2-low
#5289 opened Jun 28, 2018 by pmhahn updated Jun 28, 2018
Plugin initialization hook feature priority-2-low topic-plugins The plugin API and ideas for new plugins
#5911 opened Nov 18, 2018 by mkurnikov updated Nov 18, 2018
Fix signature of add_symbol_table_node() in plugin.py after new analyzer is the default priority-2-low semantic-analyzer Problems that happen during semantic analysis
#6382 opened Feb 12, 2019 by ilevkivskyi updated Feb 12, 2019
ProTip! Exclude everything labeled bug with -label:bug.