hi all,
Is there a better way to kill threading.Threa d (running) instance than
this one
(it's all I have found via google).
BTW, it should be noticed that lots of threading module methods have
no docstrings (in my Python 2.5), for example _Thread__bootst rap,
_Thread__stop.
Regards, D.
Is there a better way to kill threading.Threa d (running) instance than
this one
(it's all I have found via google).
BTW, it should be noticed that lots of threading module methods have
no docstrings (in my Python 2.5), for example _Thread__bootst rap,
_Thread__stop.
Regards, D.
Comment