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

x = x or y with x undeclared gives no error bug mypy got something wrong priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#937 opened Oct 15, 2015 by jhance
Using not yet defined variables is allowed bug mypy got something wrong priority-2-low topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#2788 opened Feb 1, 2017 by afrieder
Class variable gets the type of instance variable topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#4886 opened Apr 11, 2018 by roganov
Mypy issue with python scoping rule bug mypy got something wrong priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#8746 opened Apr 29, 2020 by h8hawk
mypy confuses dataclass field name with imported function name bug mypy got something wrong topic-dataclasses topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#10640 opened Jun 13, 2021 by larspetrus
Class scope name resolution issue bug mypy got something wrong priority-2-low topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#9991 opened Jan 29, 2021 by hauntsaninja
Type narrowing does not apply to default arguments in definition time bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#13087 opened Jul 7, 2022 by PIG208
Annotation parsing incorrect when class scope defines same name as import bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#12414 opened Mar 21, 2022 by PeterJCLaw
Name in class def is resolved in enclosing function, instead of global, scope. bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#12764 opened May 10, 2022 by mrolle45
New semanal: Spurious "no binding for nonlocal" 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-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#7057 opened Jun 25, 2019 by JelleZijlstra
mypy gives 'not defined' error for use after global declaration bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#5732 opened Oct 4, 2018 by onlined
ProTip! Updated in the last three days: updated:>2024-09-19.