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

Mypy does not correctly understand MemberDescriptors for objects with slots. bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#9644 opened Oct 26, 2020 by war1025
Erronous 'Incompatible type' when using descriptor in metaclass bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-metaclasses
#9758 opened Nov 26, 2020 by noperator-zz
pyqtProperty setter always raises an error bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#9911 opened Jan 14, 2021 by BoboTiG
@overload interacts badly with @property even with the type: ignore workaround bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-overloads
#9937 opened Jan 22, 2021 by jraygauthier
Infer descriptor type feature topic-descriptors Properties, class vs. instance attributes
#10246 opened Mar 25, 2021 by iwanb
Type narrowing behavior for data descriptor assignment is incorrect in some cases bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-type-narrowing Conditional type narrowing / binder
#10399 opened May 2, 2021 by erictraut
Wrong type inference for class with metaclass that acts as descriptor bug mypy got something wrong priority-2-low topic-descriptors Properties, class vs. instance attributes topic-metaclasses
#10964 opened Aug 10, 2021 by Jackenmen
Name already defined error when using property.setter on a property declared with function-based syntax bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#11008 opened Aug 21, 2021 by Jackenmen
recognize staticmethod's __func__ bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly
#11211 opened Sep 28, 2021 by kcwu
@property hides multiple type errors bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#11892 opened Jan 3, 2022 by Dreamsorcerer
[mypyc] Assertion on untyped property crash topic-descriptors Properties, class vs. instance attributes topic-mypyc mypyc bugs
#12120 opened Feb 3, 2022 by thejcannon
Enums with only descriptor members should not be final bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-enum topic-runtime-semantics mypy doesn't model runtime semantics correctly
#12494 opened Mar 30, 2022 by decorator-factory
mypy incorrectly marks a @staticmethod definition of an attribute A to be incompatible with A's signature in a parent class. bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-descriptors Properties, class vs. instance attributes
#12569 opened Apr 12, 2022 by pawelrubin
classmethod decorator transforms callable into callable rather than producing a classmethod? bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#12673 opened Apr 26, 2022 by NeilGirdhar
Type of generic property subclass reveals <nothing> bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#12731 opened May 5, 2022 by qi55wyqu
signatures of setters are not checked bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly
#12892 opened May 28, 2022 by DetachHead
no error when property has multiple getters/setters feature topic-descriptors Properties, class vs. instance attributes
#12894 opened May 28, 2022 by DetachHead
no error when abstractmethod and property decorators are used in the wrong order bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly
#12895 opened May 28, 2022 by DetachHead
(🐞) No error when property doesn't have a deleter bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly
#12904 opened May 29, 2022 by KotlinIsland
Confusing error message when assigning to SomeType.__class__ bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly
#13025 opened Jun 26, 2022 by denballakh
[mypyc] property setter and deleter don't work with parameterized attributes bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-mypyc mypyc bugs
#13231 opened Jul 24, 2022 by nstarman
ProTip! What’s not been updated in a month: updated:<2024-08-22.