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

Mypyc: Crash when using property deleter crash topic-descriptors Properties, class vs. instance attributes topic-mypyc mypyc bugs
#17928 opened Oct 13, 2024 by aatle
no error when overriding property with incompatible return type when the overridden property has another decorator bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-inheritance Inheritance and incompatible overrides
#17393 opened Jun 17, 2024 by DetachHead
Using x = property(get_x) in a class definition misbehaves bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#16827 opened Jan 26, 2024 by finite-state-machine
Overloading of descriptor's __get__ doesn't work when the differentiator is type of self bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#16620 opened Dec 5, 2023 by realEmjot
Mypy 1.7.0 makes two incorrect inferences about dataclass descriptor-based fields bug mypy got something wrong topic-dataclasses topic-descriptors Properties, class vs. instance attributes
#16538 opened Nov 22, 2023 by jace
property accessed on class incorrectly understood as function, expected property bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#16090 opened Sep 12, 2023 by DetachHead
mypy thinks that instance variables that implement the descriptor protocol are invoked when accessing them bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#15822 opened Aug 5, 2023 by glyph
properties appear to lose their specialness inside context managers at class scope bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#15507 opened Jun 23, 2023 by glyph
mypy on python 3.9 does not support @staticmethod in Protocols bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#15257 opened May 17, 2023 by graingert
Poor interactions with staticmethod and overload/union bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#15015 opened Apr 7, 2023 by ksunden
type-checking of __delete__ in descriptor protocol is insufficient bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#15000 opened Apr 3, 2023 by bsmedberg-xometry
Descriptors and ClassVars bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#14969 opened Mar 28, 2023 by klen
2
2
Reject invalid override of a property with a declared attribute bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#14413 opened Jan 9, 2023 by JukkaL
truthy-function incorrectly reported on sqlalchemy's hybrid_property with expression bug mypy got something wrong false-positive mypy gave an error on correct code topic-descriptors Properties, class vs. instance attributes
#14314 opened Dec 19, 2022 by StephenPCG
False positive with inherited writable property that reads subtype in subclass bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes topic-inheritance Inheritance and incompatible overrides
#14301 opened Dec 15, 2022 by mthuurne
Descriptor protocol is executed for properties returning descriptors bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#13608 opened Sep 4, 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
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
(🐞) 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
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
ProTip! Find all open issues with in progress development work with linked:pr.