Skip to content

Commit f85e9d3

Browse files
fixed allowlist for _from_iterable
1 parent 341454f commit f85e9d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ _collections_abc.MutableSet.remove
221221
_collections_abc.Sequence.count
222222
_collections_abc.Sequence.index
223223
_collections_abc.Set.isdisjoint
224+
_collections_abc.Set._from_iterable
225+
_collections_abc.ItemsView._from_iterable
226+
_collections_abc.KeysView._from_iterable
224227

225228
_ctypes.CFuncPtr # stubtest erroneously thinks it can't be subclassed
226229

0 commit comments

Comments
 (0)