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

No error when attempting to use property object as that property's type priority-2-low topic-descriptors Properties, class vs. instance attributes topic-named-tuple topic-runtime-semantics mypy doesn't model runtime semantics correctly
#6192 opened Jan 15, 2019 by andy-hanson
New type analyzer: confusing error message for broken named tuple bug mypy got something wrong priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-named-tuple
#6956 opened Jun 7, 2019 by ilevkivskyi
Unpacking a NamedTuple subclass uses superclass' types bug mypy got something wrong topic-inheritance Inheritance and incompatible overrides topic-named-tuple
#8663 opened Apr 12, 2020 by brettcs
Allow keyword arguments when creating namedtuple bug mypy got something wrong topic-named-tuple
#16579 opened Nov 28, 2023 by nemesmihaly
Mypyc AssertionError: Self`0 bug mypy got something wrong topic-mypyc mypyc bugs topic-named-tuple topic-type-variables
#17793 opened Sep 20, 2024 by CoolCat467
Seemingly correct type narrowing, but still incompatible type bug mypy got something wrong topic-match-statement Python 3.10's match statement topic-named-tuple
#13744 opened Sep 26, 2022 by hwong557
capture_pattern binding type mismatches namedtuple type from Union bug mypy got something wrong topic-match-statement Python 3.10's match statement topic-named-tuple
#14501 opened Jan 21, 2023 by enigma
NamedTuples cannot have nested classes bug mypy got something wrong topic-named-tuple
#15775 opened Jul 29, 2023 by sobolevn
mypyc: KeyError 'expr' with NamedTuple bug mypy got something wrong topic-mypyc mypyc bugs topic-named-tuple
#16845 opened Feb 1, 2024 by asottile-sentry
Casting NamedTuple with __call__ to Callable bug mypy got something wrong topic-named-tuple
#9858 opened Dec 30, 2020 by b-x
Dict comprehensions fail in NamedTuple bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal semantic-analyzer Problems that happen during semantic analysis topic-named-tuple
#8376 opened Feb 6, 2020 by edward-io
One case of max iteration count being exceeded. crash semantic-analyzer Problems that happen during semantic analysis topic-named-tuple
#12458 opened Mar 26, 2022 by mrolle45
Allow method assignment in body of type extending typing.NamedTuple bug mypy got something wrong priority-2-low topic-named-tuple topic-runtime-semantics mypy doesn't model runtime semantics correctly
#8543 opened Mar 15, 2020 by asottile
ProTip! no:milestone will show everything without a milestone.