On 11/14/2010 05:32 PM, Aahz wrote:
> In article <[email protected]>,
> News123  <[email protected]> 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