Re: how to identify currently running threads QTHreads

2010-11-14 Thread News123
On 11/14/2010 05:32 PM, Aahz wrote: > In article <4cdfe050$0$10182$426a3...@news.free.fr>, > News123 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.e

Re: how to identify currently running threads QTHreads

2010-11-14 Thread Aahz
In article <4cdfe050$0$10182$426a3...@news.free.fr>, News123 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 (a...@py