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

Property setter not accepted if not next to getter bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-descriptors Properties, class vs. instance attributes
#1465 opened May 2, 2016 by mihneagiurgea
Make classproperty descriptor work bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-descriptors Properties, class vs. instance attributes
#2563 opened Dec 13, 2016 by JukkaL
Document descriptors documentation priority-0-high topic-descriptors Properties, class vs. instance attributes
#2566 opened Dec 13, 2016 by JukkaL
What to do about setters of a different type than their property? false-positive mypy gave an error on correct code feature priority-0-high topic-descriptors Properties, class vs. instance attributes
#3004 opened Mar 15, 2017 by sixolet
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
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
"Already defined" + "not defined" errors with SQLAlchemy 1.2 hybrid_property bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#4430 opened Jan 5, 2018 by Deimos
Inline staticmethod assignment on subclass fails with Incompatible types in assignment bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#4574 opened Feb 14, 2018 by momandine
Custom property/descriptor and base classes 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-inheritance Inheritance and incompatible overrides
#5803 opened Oct 19, 2018 by mm-matthias
False positives when redefining property in subclass false-positive mypy gave an error on correct code feature priority-1-normal topic-descriptors Properties, class vs. instance attributes
#5936 opened Nov 21, 2018 by mthuurne
Class inheriting from property doesn't typecheck properly when used as a decorator bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-descriptors Properties, class vs. instance attributes
#6158 opened Jan 8, 2019 by matthchr
property fail on fget, fset 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
#6185 opened Jan 12, 2019 by zsluedem
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
Property, classmethod and staticmethod aliases not supported bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high topic-descriptors Properties, class vs. instance attributes
#6700 opened Apr 19, 2019 by serhiy-storchaka
Metaclass confusion with properties bug mypy got something wrong priority-2-low topic-descriptors Properties, class vs. instance attributes topic-metaclasses
#7945 opened Nov 13, 2019 by ronaldoussoren
__set_name__ isn't checked feature priority-1-normal topic-descriptors Properties, class vs. instance attributes
#8057 opened Dec 3, 2019 by natedogith1
Support "x = property(...)" in class body false-positive mypy gave an error on correct code feature priority-1-normal topic-descriptors Properties, class vs. instance attributes
#8083 opened Dec 5, 2019 by JukkaL
More problems with abstract class properties feature topic-descriptors Properties, class vs. instance attributes
#8996 opened Jun 12, 2020 by Dr-Irv
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
Unsatisfyable descriptors: mark defintion, not usage feature topic-descriptors Properties, class vs. instance attributes
#9373 opened Aug 28, 2020 by wabu
@property returning descriptor instance triggers false positive bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#9416 opened Sep 5, 2020 by dargueta
Add documentation for annotating descriptors documentation topic-descriptors Properties, class vs. instance attributes
#9450 opened Sep 16, 2020 by 0xTowel
ProTip! Mix and match filters to narrow down what you’re looking for.