In article <4cdfe050$0$10182$426a3...@news.free.fr>,
News123  <news1...@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 (a...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to