File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ tkinter.tix.TkVersion
163
163
# because it's not an ABC that makes any sense and was deprecated in 3.12
164
164
_collections_abc.ByteString
165
165
166
+ ast.Ellipsis.__new__ # Implementation has *args, but shouldn't allow any
167
+
166
168
_?hashlib.scrypt # Raises TypeError if salt, n, r or p are None
167
169
168
170
importlib.abc.Traversable.open # Problematic protocol signature at runtime, see source code comments.
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ tkinter.tix.TkVersion
126
126
# because it's not an ABC that makes any sense and was deprecated in 3.12
127
127
_collections_abc.ByteString
128
128
129
+ ast.Ellipsis.__new__ # Implementation has *args, but shouldn't allow any
130
+
129
131
_?hashlib.scrypt # Raises TypeError if salt, n, r or p are None
130
132
131
133
importlib.abc.Traversable.open # Problematic protocol signature at runtime, see source code comments.
Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ tkinter.tix.TkVersion
111
111
# because it's not an ABC that makes any sense and was deprecated in 3.12
112
112
_collections_abc.ByteString
113
113
114
+ ast.Ellipsis.__new__ # Implementation has *args, but shouldn't allow any
115
+
114
116
_?hashlib.scrypt # Raises TypeError if salt, n, r or p are None
115
117
116
118
importlib.abc.Traversable.open # Problematic protocol signature at runtime, see source code comments.
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ typing(_extensions)?\.IO\.writelines
72
72
# because it's not an ABC that makes any sense and was deprecated in 3.12
73
73
_collections_abc.ByteString
74
74
75
+ ast.Ellipsis.__new__ # Implementation has *args, but shouldn't allow any
76
+
75
77
_?hashlib.scrypt # Raises TypeError if salt, n, r or p are None
76
78
77
79
importlib.abc.Traversable.open # Problematic protocol signature at runtime, see source code comments.
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ tkinter.tix.TkVersion
110
110
# because it's not an ABC that makes any sense and was deprecated in 3.12
111
111
_collections_abc.ByteString
112
112
113
+ ast.Ellipsis.__new__ # Implementation has *args, but shouldn't allow any
114
+
113
115
_?hashlib.scrypt # Raises TypeError if salt, n, r or p are None
114
116
115
117
importlib.abc.Traversable.open # Problematic protocol signature at runtime, see source code comments.
You can’t perform that action at this time.
0 commit comments