-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Issues: python/mypy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Mypy doesn't object to property methods that don't exist
bug
mypy got something wrong
#18327
opened Dec 22, 2024 by
tungol
Potential Cache Bug in Daemon Mode with Passed-in String Code
bug
mypy got something wrong
topic-daemon
dmypy
topic-incremental
#18326
opened Dec 22, 2024 by
kcornw
Generic descriptors with a deprecated Properties, class vs. instance attributes
topic-pep-702
PEP 702, @deprecated
__get__
overload
feature
topic-descriptors
#18323
opened Dec 21, 2024 by
Viicos
[1.14 regression] False positive on abstract Enum subclasses in stubs
bug
mypy got something wrong
topic-enum
#18322
opened Dec 21, 2024 by
JelleZijlstra
Overload + generic functions + union arguments = inconsistent results (wrong overload is matched?)
bug
mypy got something wrong
topic-overloads
topic-type-context
Type context / bidirectional inference
#18321
opened Dec 21, 2024 by
sbrudenell
[1.14 regression] Unpacking an iterator converts the inner type to mypy got something wrong
Any
bug
#18320
opened Dec 21, 2024 by
dscorbett
I can not assign a value to variable of a type built from the unpacking of another type with the new pythong 3.13 generic syntax
bug
mypy got something wrong
crash
topic-pep-695
Issues related to PEP 695 syntax
#18309
opened Dec 19, 2024 by
GENDRAUD
attrs The plugin API and ideas for new plugins
copy.replace()
support
feature
topic-attrs
topic-plugins
#18304
opened Dec 17, 2024 by
injust
Confusing error from bidirectional inference?
bug
mypy got something wrong
topic-type-context
Type context / bidirectional inference
#18297
opened Dec 16, 2024 by
alicederyn
race in record_missing_stub_packages (No such file or directory: '.mypy_cache/missing_stubs')
bug
mypy got something wrong
topic-incremental
#18283
opened Dec 11, 2024 by
kalvdans
self.__class__
produces a type check with a constructor where a concrete reference to the class works fine
bug
#18279
opened Dec 11, 2024 by
glyph
Multiple inheritance with Generic leads to [misc] error
bug
mypy got something wrong
#18268
opened Dec 8, 2024 by
Lancetnik
mypy incorrectly complains about incompatible type error
bug
mypy got something wrong
topic-type-context
Type context / bidirectional inference
#18267
opened Dec 8, 2024 by
athyuttamre
Generic type falling back to object - possibly related to mypy got something wrong
type[ Union ]
?
bug
#18265
opened Dec 8, 2024 by
JakeSummers
float
and complex
forcibly change invariant types to covariant
bug
#18257
opened Dec 6, 2024 by
jorenham
typing.TypeAliasType
cannot be used to declare self-referential types
bug
#18252
opened Dec 6, 2024 by
bzoracler
Function accepts callable, but a typeshed custom Protocol was passed
bug
mypy got something wrong
#18239
opened Dec 4, 2024 by
Andrew-Chen-Wang
Partial type that is "initialised" via assignment is only temporarily narrowed by mypy got something wrong
topic-type-narrowing
Conditional type narrowing / binder
isinstance
bug
#18238
opened Dec 3, 2024 by
tyralla
INTERNAL ERROR: maximum semantic analysis iteration count reached Found 1 error in 1 file (errors prevented further checking)
crash
semantic-analyzer
Problems that happen during semantic analysis
#18237
opened Dec 3, 2024 by
Ryang20718
False positive mypy got something wrong
topic-type-context
Type context / bidirectional inference
[operator]
on union of dicts with heterogeneous value types
bug
#18236
opened Dec 3, 2024 by
harahu
Accept nesting Final in ClassVar for dataclasses
bug
mypy got something wrong
topic-dataclasses
#18235
opened Dec 3, 2024 by
ncanceill
Wrong return type inferred for overload with a type variable
bug
mypy got something wrong
topic-type-context
Type context / bidirectional inference
#18233
opened Dec 2, 2024 by
eltoder
Dataclasses,
__replace__
and LSP violations
feature
needs discussion
topic-dataclasses
#18216
opened Nov 30, 2024 by
Viicos
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.