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

Give warning for assert (c, s) feature priority-2-low
#29 by JukkaL was closed Jan 19, 2017 updated Jan 19, 2017
Add --strict for opt-in to new features feature priority-2-low
#2585 by alexjurkiewicz was closed Jan 24, 2017 updated Jan 24, 2017
Can use deleted variable as a condition bug mypy got something wrong priority-2-low
#1075 by JukkaL was closed Jan 30, 2017 updated Jan 30, 2017
Mypy treats type aliases of nested classes as invalid types bug mypy got something wrong priority-2-low
#2075 by Michael0x2a was closed Mar 14, 2017 updated Mar 14, 2017
Add stronger typing to nodes.py priority-2-low refactoring Changing mypy's internals
#1783 by rwbarton was closed Apr 3, 2017 updated Apr 3, 2017
mypy errors if file to analyze is called types.py crash priority-2-low
#3173 by bisho was closed Apr 24, 2017 updated Apr 24, 2017
ZeroDivisionError in --any-exprs-report if file contains no expressions bug mypy got something wrong priority-2-low
#3522 by gvanrossum was closed Jun 13, 2017 updated Jun 13, 2017
Confusing error message for Tuple in runtime context. bug mypy got something wrong priority-2-low topic-usability
#2989 by ilevkivskyi was closed Jun 23, 2017 updated Jun 23, 2017
Typeshed CI tests fail with error about __add__ vs. __iadd__ bug mypy got something wrong priority-2-low
#1254 by gvanrossum was closed Jul 2, 2017 updated Jul 2, 2017
More than two passes of type inference feature priority-2-low
#1401 by JukkaL was closed Aug 9, 2017 updated Aug 9, 2017
Lambda inference bug mypy got something wrong priority-2-low
#3097 by hasufell was closed Aug 15, 2017 updated Aug 15, 2017
"object" not callable (another thorny partial issue) bug mypy got something wrong priority-2-low
#2779 by rknLA was closed Aug 19, 2017 updated Aug 19, 2017
Type alias problems with typeshed's bytes crash priority-2-low
#2386 by elazarg was closed Aug 27, 2017 updated Aug 27, 2017
Support six.add_metaclass feature priority-2-low
#3365 by gvanrossum was closed Aug 31, 2017 updated Aug 31, 2017
stubgen often generates incorrect imports bug mypy got something wrong priority-2-low
#1782 by Diggsey was closed Sep 25, 2017 updated Sep 25, 2017
None should be a subtype of an empty protocol bug mypy got something wrong priority-2-low topic-protocols
#3906 by ilevkivskyi was closed Sep 29, 2017 updated Sep 29, 2017
ProTip! no:milestone will show everything without a milestone.