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@grisby.o rg --
-- http://www.grisby.org --
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@grisby.o rg --
-- http://www.grisby.org --
Comment