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

Don't use XSLT in report generator priority-1-normal refactoring Changing mypy's internals
#909 opened Oct 11, 2015 by JukkaL
Add assertion passes priority-2-low refactoring Changing mypy's internals
#2158 opened Sep 20, 2016 by elazarg
Clean up node kinds in SymbolTableNode priority-0-high refactoring Changing mypy's internals
#4082 opened Oct 9, 2017 by JukkaL
Clean-up lookup functions in semanal.py priority-1-normal refactoring Changing mypy's internals semantic-analyzer Problems that happen during semantic analysis
#4157 opened Oct 25, 2017 by ilevkivskyi
Crash while hashing a callable type needs discussion refactoring Changing mypy's internals
#4601 opened Feb 20, 2018 by ilevkivskyi
Find longest functions and split them needs discussion refactoring Changing mypy's internals
#5917 opened Nov 19, 2018 by JukkaL
Migrate remaining failure messages to mypy.messages refactoring Changing mypy's internals topic-error-reporting How we report errors
#6116 opened Dec 30, 2018 by chadrik
New semantic analyzer: Refactor handling of is_inferred_def & co priority-1-normal refactoring Changing mypy's internals semantic-analyzer Problems that happen during semantic analysis
#6458 opened Feb 21, 2019 by ilevkivskyi
Plugin api named_type() is ambiguous and inconsistent and broken priority-1-normal refactoring Changing mypy's internals topic-plugins The plugin API and ideas for new plugins
#6578 opened Mar 20, 2019 by gvanrossum
New semantic analyzer: Clean-up logic for classes in functions priority-1-normal refactoring Changing mypy's internals semantic-analyzer Problems that happen during semantic analysis
#6422 opened Feb 17, 2019 by ilevkivskyi
New semantic analyzer: abstraction for updating deferred queue priority-1-normal refactoring Changing mypy's internals semantic-analyzer Problems that happen during semantic analysis
#6320 opened Feb 4, 2019 by JukkaL
meet.is_overlapping_types should be more relaxed for isinstance checks needs discussion priority-1-normal refactoring Changing mypy's internals topic-reachability Detecting unreachable code topic-type-narrowing Conditional type narrowing / binder
#5529 opened Aug 27, 2018 by Michael0x2a
ProTip! Exclude everything labeled bug with -label:bug.