BlockingIOError
python BlockingIOError
Raised when a non-blocking operation fails because the resource is not ready. errno is EAGAIN, EALREADY, EWOULDBLOCK, or EINPROGRESS. The characters_written attribute gives bytes written before blocking.
Raised when a non-blocking operation fails because the resource is not ready. errno is EAGAIN, EALREADY, EWOULDBLOCK, or EINPROGRESS. The characters_written attribute gives bytes written before blocking.