On 11/14/2010 05:32 PM, Aahz wrote:
> 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()

Thanks a lot

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to