Deadlock detection

Duncan Grisby duncan-news at grisby.org
Mon Dec 6 06:21:37 EST 2004


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         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the Python-list mailing list