3if setproctitle is installed.
4set Unix thread name with the Python thread name
14 old_thread_init = threading.Thread.__init__
19 setproctitle.setthreadtitle(self._name)
21 threading.Thread.__init__ = new_thread_init
new_thread_init(self, *args, **kwargs)