We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bc910 commit 119ce3dCopy full SHA for 119ce3d
stdlib/@tests/stubtest_allowlists/common.txt
@@ -193,8 +193,8 @@ typing\.ByteString
193
194
_collections_abc.Callable # Typing-related weirdness
195
196
-# lots of methods are positional-or-keyword in implementation
197
-# but this is unsafe as canonical types list/dist/set etc. only support positional args
+# While the implementation in _collections_abc.py uses positional-or-keyword args,
+# this is unsafe as canonical types list/dict/set etc. only support positional args.
198
# See: https://github.com/python/typeshed/issues/14071
199
# See: https://github.com/python/cpython/issues/135312
200
_collections_abc.Mapping.get
0 commit comments