Hi,

Does anyone know of a deadlock detector for Python?  I don't think it
would be too hard to hook into the threading module and instrument
mutexes so they can be tested for deadlocks. I've googled around but I
haven't found anything.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- [EMAIL PROTECTED]     --
   -- http://www.grisby.org --
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to