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

After from typing import *, List[...] is not accepted as a type bug mypy got something wrong
#284 by JukkaL was closed Jul 14, 2014
Error message uses 1-based indexing bug mypy got something wrong
#286 by gvanrossum was closed May 3, 2016
Don't truncate Tuple, Union, and generic types in error messages bug mypy got something wrong
#287 by gvanrossum was closed Sep 14, 2016
Applying functions to generic functions doesn't seem to work properly bug mypy got something wrong
#288 by ecprice was closed Nov 2, 2014
f(*args) doesn't have proper inferred type for overloaded functions bug mypy got something wrong
#291 by ecprice was closed Jan 28, 2016
General type aliases bug mypy got something wrong feature
#298 by JukkaL was closed Jan 31, 2015
Explain if Generic base class is missing bug mypy got something wrong
#300 by JukkaL was closed Apr 7, 2016
Give error if using Generic when AbstractGeneric is needed bug mypy got something wrong
#301 by JukkaL was closed Feb 8, 2015
pinfer does a poor job with @overload-decorated methods bug mypy got something wrong
#303 by gvanrossum was closed May 17, 2018
Confusing error message for dict literal bug mypy got something wrong
#304 by JukkaL was closed Apr 4, 2017
--html-report leaves html files in stubs directory bug mypy got something wrong
#306 by gvanrossum was closed Jan 13, 2016
Comparison chaining bug bug mypy got something wrong
#309 by gvanrossum was closed Sep 15, 2014
Function not in __all__ in lib-typing's typing.py bug mypy got something wrong
#311 by gvanrossum was closed Jul 24, 2014
Overloaded classmethods don't work bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-overloads
#328 by JukkaL was closed Jun 16, 2018
Rename byte_types in builtins.py bug mypy got something wrong
#331 by JukkaL was closed Oct 25, 2014
Internal type representation used for invalid return value type bug mypy got something wrong
#334 by JukkaL was closed Jun 3, 2016
Context causes invalid type argument value to be inferred bug mypy got something wrong
#360 by JukkaL was closed Sep 15, 2014
Add IO to Python 2.7 typing.__all__ bug mypy got something wrong
#362 by JukkaL was closed Aug 3, 2014
ProTip! Exclude everything labeled bug with -label:bug.