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 6752a67 commit 750a9aaCopy full SHA for 750a9aa
pymongo/network_layer.py
@@ -67,7 +67,7 @@
67
_UNPACK_COMPRESSION_HEADER = struct.Struct("<iiB").unpack
68
_POLL_TIMEOUT = 0.5
69
# Errors raised by sockets (and TLS sockets) when in non-blocking mode.
70
-BLOCKING_IO_ERRORS = (BlockingIOError, *BLOCKING_IO_LOOKUP_ERROR, *ssl_support.BLOCKING_IO_ERRORS)
+BLOCKING_IO_ERRORS = (BlockingIOError, BLOCKING_IO_LOOKUP_ERROR, *ssl_support.BLOCKING_IO_ERRORS)
71
72
73
# These socket-based I/O methods are for KMS requests and any other network operations that do not use
0 commit comments