diff --git a/conformance/results/results.html b/conformance/results/results.html index 5805ee71..35401d35 100644 --- a/conformance/results/results.html +++ b/conformance/results/results.html @@ -164,7 +164,7 @@
Type parameter syntax not yet support.
Incorrectly determines that a class cannot be instantiated with __getitem__.
Incorrectly handles mixing legacy and PEP695 syntax.
Type parameter syntax not yet support.
Final is handled a bit different (questionable if this is an issue)
Support for `LiteralString` is not implemented.
Incorrectly infers `str` rather than `LiteralString` when literal string `join` is used.
Support for `LiteralString` is not implemented.
LiteralString is sometimes converted to str
Does not honor metaclass __call__ method when evaluating constructor call.
Does not skip evaluation of __new__ and __init__ if custom metaclass call returns non-class.
Does not evaluate __new__ if metaclass __call__ is defined.
Does not honor metaclass __call__ method when evaluating constructor call.
Does not skip evaluation of __new__ and __init__ if custom metaclass call returns non-class.
Converter parameter not yet supported.
Converter parameter not yet supported.
Converter parameter not yet supported.
Converters are fully supported, failed to match generic overloads against other generics
Not supported.
Does not flag illegal use of `closed=False` when inheriting from a non-open TypedDict.
Not supported.
Not supported.
Does not fully support extra_items for typed dicts
Does not support @deprecated.