You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -449,7 +449,7 @@ <h3>Python Type System Conformance Test Results</h3>
449
449
<thclass="column col2 conformant">Pass</th>
450
450
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not reject a TypeVar that is defined as both covariant and contravariant.</p><p>Does not reject use of class-scoped TypeVar used in a base class when variance is incompatible.</p></span></div></th>
451
451
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not reject use of class-scoped TypeVar used in a base class when variance is incompatible.</p></span></div></th>
@@ -528,7 +528,7 @@ <h3>Python Type System Conformance Test Results</h3>
528
528
<thclass="column col2 conformant">Pass</th>
529
529
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not properly handle some recursive type aliases.</p><p>Does not properly handle specialization of generic recursive type aliases.</p></span></div></th>
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not reject type alias defined in function scope.</p></span></div></th>
@@ -542,14 +542,14 @@ <h3>Python Type System Conformance Test Results</h3>
542
542
<thclass="column col2 conformant">Pass</th>
543
543
<thclass="column col2 not-conformant"><divclass="hover-text">Unsupported<spanclass="tooltip-text" id="bottom"><p>Support for TypeAliasType is not implemented.</p></span></div></th>
544
544
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Incorrectly rejects the use of a class-scoped TypeVar in a TypeAliasType definition.</p><p>Incorrectly allows type_params= to be an arbitrary tuple.</p></span></div></th>
@@ -604,7 +604,7 @@ <h3>Python Type System Conformance Test Results</h3>
604
604
<thclass="column col2 conformant">Pass</th>
605
605
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not report error when calling unimplemented protocol method from derived class.</p><p>Does not report error when method is not implemented in derived class.</p></span></div></th>
606
606
<thclass="column col2 conformant"><divclass="hover-text">Pass*<spanclass="tooltip-text" id="bottom"><p>Does not report unimplemented attributes for class that explicitly derives from protocol until it is instantiated.</p></span></div></th>
607
-
<thclass="column col2 not-conformant"><divclass="hover-text">Fail<spanclass="tooltip-text" id="bottom"><p>Does not check against abstract class instantiations</p></span></div></th>
607
+
<thclass="column col2 not-conformant"><divclass="hover-text">Unsupported<spanclass="tooltip-text" id="bottom"><p>Does not check against abstract class instantiations</p></span></div></th>
@@ -1141,7 +1141,7 @@ <h3>Python Type System Conformance Test Results</h3>
1141
1141
<thclass="column col2 conformant">Pass</th>
1142
1142
<thclass="column col2 not-conformant"><divclass="hover-text">Unsupported<spanclass="tooltip-text" id="bottom"><p>Does not support @deprecated.</p></span></div></th>
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not honor `@no_type_check` class decorator (allowed).</p><p>Does not reject invalid call of `@no_type_check` function.</p></span></div></th>
0 commit comments