Skip to content

Commit 71f43a7

Browse files
committed
update zuban
1 parent bb1e2a9 commit 71f43a7

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

conformance/results/results.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ <h3>Python Type System Conformance Test Results</h3>
10411041
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;typeddicts_class_syntax</th>
10421042
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not support version-conditional items in TypedDict definitions.</p></span></div></th>
10431043
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not support version-conditional items in TypedDict definitions.</p></span></div></th>
1044-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not support version-conditional items in TypedDict definitions.</p></span></div></th>
1044+
<th class="column col2 conformant">Pass</th>
10451045
<th class="column col2 conformant">Pass</th>
10461046
<th class="column col2 conformant">Pass</th>
10471047
<th class="column col2 conformant">Pass</th>
@@ -1175,7 +1175,7 @@ <h3>Python Type System Conformance Test Results</h3>
11751175
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;namedtuples_define_class</th>
11761176
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not reject override of named tuple attribute in child class.</p><p>Does not support version-conditional fields.</p></span></div></th>
11771177
<th class="column col2 conformant">Pass</th>
1178-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not support version-conditional fields in NamedTuple definitions.</p></span></div></th>
1178+
<th class="column col2 conformant">Pass</th>
11791179
<th class="column col2 conformant">Pass</th>
11801180
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not support precise type inference for slices over namedtuples.</p></span></div></th>
11811181
<th class="column col2 conformant">Pass</th>

conformance/results/zuban/namedtuples_define_class.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not support version-conditional fields in NamedTuple definitions.
4-
"""
51
conformance_automated = "Pass"
62
errors_diff = """
73
"""

conformance/results/zuban/typeddicts_class_syntax.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not support version-conditional items in TypedDict definitions.
4-
"""
51
conformance_automated = "Pass"
62
errors_diff = """
73
"""

0 commit comments

Comments
 (0)