how to identify currently running threads QTHreads

Aahz aahz at pythoncraft.com
Sun Nov 14 11:32:38 EST 2010


In article <4cdfe050$0$10182$426a34cc at news.free.fr>,
News123  <news1234 at free.fr> wrote:
>
>Is there a simple way in Python to identify all active Threads /
>QThreads when trying, such that I can locate the thread, itls related
>python code and fix it?

threading.enumerate() or sys._current_frames()
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Look, it's your affair if you want to play with five people, but don't
go calling it doubles."  --John Cleese anticipates Usenet



More information about the Python-list mailing list