Issues 共 3159
Can access attribute "__args__" for local class "TypeAliasType", but Cannot access attribute "__args__" for imported class "TypeAliasType"
#11484 · hunterhogan · 2026-06-11
TypeVarTuple escapes method with very nested recursive tuple aliases
#11472 · MeGaGiGaGon · 2026-05-29
False positive: Condition will always evaluate to False since the types "bytearray" and "bytes" have no overlap
#11433 · max-kamps · 2026-05-11
Pyright fails to resolve `type(None)` to the `None` singleton, preventing standard type narrowing
#11407 · rob3c · 2026-04-27
Incorrect type when descriptors are at different levels in the class hierarchy
#11401 · mfish33 · 2026-04-22
Tuples are inferred as containing literal value types despite explicit annotation with general type
#11381 · viliml · 2026-04-13
Missed type narrowing in `assert len(r) == …` which should imply `r` is not None
#11365 · jmarshall · 2026-04-07
help solve this
#11360 · Wokulo · 2026-04-03
"Arguments for ParamSpec are missing" error
#11358 · srittau · 2026-04-02
Type ignore comments with ty-namespaced codes are not recognized as blanket type ignores
#11345 · correctmost · 2026-03-25