Example #1
0
 def __stop(self):
     try:
         logger.logger_object.end_thread()
     finally:
         _Thread.__stop(self)
 def stop(self):
     self.stopped = COMMAND_STOPPED
     self.logger.debug("abrupt termination for thread \"%s\"" % self.methodName)
     Thread.__stop(self)