Python Threads - stopped vs. gone vs. Alive

RossGK rossgk at gmail.com
Wed May 28 13:38:53 EDT 2008


I've answered my own question about the "None" state - an event was
setting the thread to None where I didn't expect it.

However, my question slightly repositioned is if a Thread is "Stopped"
it still seems to exist. Is there someway to make it go away, send it
to garbage collection etc?

Other part of the original Q - I assume a Stopped thread gets a false
from "isAlive" and a Running thread gets a true?




More information about the Python-list mailing list