Skip to content

Issues: python/mypy

Python 3.13 tracking issue
#17264 opened May 18, 2024 by hauntsaninja
Open 3
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

False positive on function call with walrus operator bug mypy got something wrong topic-pep-572 PEP 572 (walrus operator)
#17377 opened Jun 13, 2024 by mixilchenko
TypeGuard does not narrow when assignment expression bug mypy got something wrong topic-pep-572 PEP 572 (walrus operator) topic-typeguard TypeGuard / PEP 647
#17088 opened Apr 2, 2024 by roganov
False positive with assignment expression shadowing a builtin bug mypy got something wrong topic-pep-572 PEP 572 (walrus operator)
#15904 opened Aug 18, 2023 by eltoder
nested if/while walrus operator loses typing (nullability) information bug mypy got something wrong topic-pep-572 PEP 572 (walrus operator) topic-type-narrowing Conditional type narrowing / binder
#14573 opened Feb 1, 2023 by ds-cbo
Weird narrowing when using walrus operator in condition bug mypy got something wrong topic-pep-572 PEP 572 (walrus operator) topic-type-narrowing Conditional type narrowing / binder
#11315 opened Oct 11, 2021 by freundTech
no error on invalid assignment expression on generic with constraints bug mypy got something wrong topic-pep-572 PEP 572 (walrus operator)
#11113 opened Sep 16, 2021 by DetachHead
Type fails to get "refined" on branch when is None-check happens in variable assignment false-positive mypy gave an error on correct code feature priority-2-low topic-pep-572 PEP 572 (walrus operator) topic-type-narrowing Conditional type narrowing / binder
#9229 opened Jul 29, 2020 by davidmrdavid
Walrus operators unrecognised in dictionary initialisation of a class attribute bug mypy got something wrong topic-pep-572 PEP 572 (walrus operator) topic-runtime-semantics mypy doesn't model runtime semantics correctly
#8379 opened Feb 7, 2020 by masasakano
ProTip! Add no:assignee to see everything that’s not assigned.