Skip to content

Issues: python/mypy

Python 3.11 tracking issue
#12840 opened May 22, 2022 by hauntsaninja
Open 14
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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Type not narrowed in walrus assignment inside match bug mypy got something wrong
#14913 opened Mar 16, 2023 by bersbersbers
mypy failed to narrow down union types including Self with isinstance bug mypy got something wrong
#14912 opened Mar 16, 2023 by mon-jai
Type narrowing on object attribute with match statement doesn't apply feature topic-match-statement Python 3.10's match statement topic-type-narrowing Conditional type narrowing / binder
#14911 opened Mar 16, 2023 by AiroPi
Optional[str] not adapted to str by all() feature topic-type-narrowing Conditional type narrowing / binder
#14901 opened Mar 15, 2023 by ChrisHills463
list unpacking: List or tuple expected as variadic arguments bug mypy got something wrong topic-type-context Type context / bidirectional inference topic-union-types
#14891 opened Mar 13, 2023 by giodall
isinstance(tuple_obj, ...) results in <nothing> bug mypy got something wrong topic-type-narrowing Conditional type narrowing / binder
#14886 opened Mar 12, 2023 by SimpleArt
mypy has implemented pep-681 incorrectly and does not intepret descriptors correctly bug mypy got something wrong topic-dataclass-transform PEP 681 topic-descriptors Properties, class vs. instance attributes
#14868 opened Mar 10, 2023 by zzzeek
Slowdown in >=0.981 bug mypy got something wrong performance
#14867 opened Mar 10, 2023 by JMMarchant
Overloading an abstract attribute with a Final one bug mypy got something wrong topic-final PEP 591 topic-inheritance Inheritance and incompatible overrides
#14863 opened Mar 9, 2023 by ydirson
no Any errors when type inferred from value passed to type[T] with no type arguments bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#14861 opened Mar 9, 2023 by DetachHead
Cannot find imports from .pth files in site-packages folder bug mypy got something wrong
#14848 opened Mar 6, 2023 by duburcqa
Let function signature hook have context of caller feature topic-plugins The plugin API and ideas for new plugins
#14845 opened Mar 6, 2023 by ikonst
Incorrect send type with yield from bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly
#14834 opened Mar 4, 2023 by SimpleArt
Exhaustiveness checking fails on non-trivial use of pattern matching bug mypy got something wrong topic-match-statement Python 3.10's match statement topic-reachability Detecting unreachable code
#14833 opened Mar 4, 2023 by ajasmin
ProTip! Updated in the last three days: updated:>2023-03-13.