def reallyDie(self): try: self.proto.transport.signalProcess('KILL') except error.ProcessExitedAlready: pass