Skip to content

Commit 8013276

Browse files
author
hauntsaninja
committed
allow characters_written
1 parent 4b7c83b commit 8013276

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/stubtest_allowlists/py3_common.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,14 @@ builtins.reveal_locals
236236
builtins.reveal_type
237237
# GetSetDescriptor that always raises AttributeError
238238
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
239247
collections.abc.* # Types are re-exported from _collections_abc, so errors should be fixed there
240248
distutils.command.check.SilentReporter # only defined if docutils in installed
241249
hmac.HMAC.blocksize # use block_size instead

0 commit comments

Comments
 (0)