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 4b7c83b commit 8013276Copy full SHA for 8013276
tests/stubtest_allowlists/py3_common.txt
@@ -236,6 +236,14 @@ builtins.reveal_locals
236
builtins.reveal_type
237
# GetSetDescriptor that always raises AttributeError
238
builtins.OSError.characters_written
239
+builtins.EnvironmentError.characters_written
240
+builtins.IOError.characters_written
241
+dbm.dumb.error.characters_written
242
+os.error.characters_written
243
+posix.error.characters_written
244
+resource.error.characters_written
245
+select.error.characters_written
246
+socket.error.characters_written
247
collections.abc.* # Types are re-exported from _collections_abc, so errors should be fixed there
248
distutils.command.check.SilentReporter # only defined if docutils in installed
249
hmac.HMAC.blocksize # use block_size instead
0 commit comments