Killing worker threads

Fredrik Lundh fredrik at pythonware.com
Sun Jan 6 08:48:36 EST 2008


tarun wrote:

> Can anyone help me with a simple code through which the main thread can 
> kill the worker thread it started.

it cannot.  threads cannot be killed from the "outside".

</F>




More information about the Python-list mailing list