569
569
self.server_address = self.server.server_address
570
570
self._server_thread.name = self.server.server_address
573
574
# If an exception occured during the server start, it will get raised,
574
575
# otherwise, the server is blocked on its accept() call.
575
576
self._server_thread.pending_exception()