Killing a python thread with a signal

Craig Ringer craig at postnewspapers.com.au
Thu Dec 23 01:55:27 EST 2004


On Thu, 2004-12-23 at 04:51, James Lamanna wrote:
> So I've created a thread with the threading.Thread class, but I want to 
> be able to kill this thread because it does a select() with a timeout of 
> None.

I recall seeing various discussion of signals and threading on the list
in the past - it might be a good idea to search the archives.

--
Craig Ringer




More information about the Python-list mailing list