How to kill a thread from another thread ?
Richard Gruet
rgruet at ina.fr
Thu Nov 9 03:57:57 EST 2000
More information about the Python-list mailing list
Thu Nov 9 03:57:57 EST 2000
- Previous message (by thread): How to kill a thread from another thread ?
- Next message (by thread): How to kill a thread from another thread ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): How to kill a thread from another thread ?
- Next message (by thread): How to kill a thread from another thread ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list