Searched refs:_BLOCKING_IO_ERRORS (Results 1 – 1 of 1) sorted by relevance
56 _BLOCKING_IO_ERRORS = (errno.EAGAIN, errno.EALREADY, errno.EINPROGRESS, variable117 if why.args[0] in _BLOCKING_IO_ERRORS: