killing thread ?

"Martin v. Löwis" martin at v.loewis.de
Fri Jan 24 10:36:07 EST 2003


Irmen de Jong wrote:
> Can't you cheat on linux by sending SIGKILL to the thread's PID?? ;-)

Only in the current implementation. In NGPTL (next generation's posix 
threads), all threads will have the same PID, but different tids.

Likewise, on Windows, you can probably use some Win32 API, if that is 
exposed through PythonWin.

Regards,
Martin





More information about the Python-list mailing list