def gethostbyaddr(self, *args, **kwargs): return self.pool.apply_e(self.expected_errors, _socket.gethostbyaddr, args, kwargs)