How to kill a thread from another thread ?

Richard Gruet rgruet at ina.fr
Thu Nov 9 03:57:57 EST 2000


Hi Pythoners,

Does someone know how to kill a Python thread from another Python thread (in the
same process) ?
In both thread and threading modules, there is functions to launch such threads,
but no way to kill/terminate them. On WIN32, the WIN32 function
TerminateThread() is missing in the  Win32 extensions' win32 api module.

Thanks for any help,

Richard Gruet




More information about the Python-list mailing list