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

Cannot access custom property of union type bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-union-types
#9053 opened Jun 26, 2020 by nielsbuwen
Bad circular imports are not rejected feature priority-2-low topic-runtime-semantics mypy doesn't model runtime semantics correctly
#61 opened Jan 27, 2013 by ashleyh
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
mypy infers the wrong type for classmethods bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly
#3482 opened Jun 1, 2017 by carljm
isinstance(x, Type) not accepted 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-type-narrowing Conditional type narrowing / binder topic-usability
#3060 opened Mar 27, 2017 by JukkaL
Unions with invalid arguments are still allowed bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly
#3258 opened Apr 26, 2017 by refi64
defining self.__call__ makes the class callable when it isn't bug mypy got something wrong priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly
#2113 opened Sep 8, 2016 by euresti
Return inside class inside function should be an error bug mypy got something wrong priority-2-low topic-runtime-semantics mypy doesn't model runtime semantics correctly
#1683 opened Jun 9, 2016 by gvanrossum
Inconsistency with NewType topic-newtype NewType topic-runtime-semantics mypy doesn't model runtime semantics correctly
#4990 opened May 2, 2018 by gvanrossum
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
Using annotated global/nonlocal variables is allowed bug mypy got something wrong priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly
#2789 opened Feb 1, 2017 by afrieder
Wrong warning when assigning __str__ bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly
#3951 opened Sep 13, 2017 by nicoulaj
Mypy doesn't recognize __loader__ global in Python 3.6 bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal size-small topic-runtime-semantics mypy doesn't model runtime semantics correctly
#4182 opened Oct 31, 2017 by rowillia
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
False negative involving null checks on optional types bug mypy got something wrong priority-0-high topic-reachability Detecting unreachable code topic-runtime-semantics mypy doesn't model runtime semantics correctly
#5423 opened Aug 6, 2018 by person594
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
isinstance(x, Tuple) fails when equivalent expressions don't bug mypy got something wrong false-positive mypy gave an error on correct code priority-2-low topic-runtime-semantics mypy doesn't model runtime semantics correctly
#6680 opened Apr 16, 2019 by lbenezriravin
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
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
ProTip! Find all open issues with in progress development work with linked:pr.