Skip to content

Commit dded4da

Browse files
committed
.
1 parent 2d9a151 commit dded4da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conformance/results/results.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h3>Python Type System Conformance Test Results</h3>
201201
<th class="column col2 conformant">Pass</th>
202202
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Incorrectly generates error for quoted type defined in class scope.</p></span></div></th>
203203
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Types in quotes incorrectly refer to shadowing class member.</p><p>Does not reject some type forms that require quotes.</p></span></div></th>
204-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Fails to reject "x" | int annotations that fail at runtime</p><p>Does not correctly pick up forward refs in unimportable module</p></span></div></th>
204+
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Fails to reject "x" | int annotations that fail at runtime.</p><p>Rejects some valid quoted annotations.</p></span></div></th>
205205
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Resolves references in type annotations as referring to end-of-scope types (https://discuss.python.org/t/annotation-string-references-in-class-scope-in-conformance-tests/105439, https://github.com/python/typing/pull/2144)</p></span></div></th>
206206
</tr>
207207
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;annotations_generators</th>
@@ -434,7 +434,7 @@ <h3>Python Type System Conformance Test Results</h3>
434434
<th class="column col2 conformant">Pass</th>
435435
<th class="column col2 conformant">Pass</th>
436436
<th class="column col2 conformant">Pass</th>
437-
<th class="column col2 not-conformant">Unsupported</th>
437+
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Misses some details of scoping rules.</p></span></div></th>
438438
<th class="column col2 conformant">Pass</th>
439439
</tr>
440440
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_type_erasure</th>

0 commit comments

Comments
 (0)