ANN: pystuck - or what to do when python gets stuck?

Alon Horev alonho at gmail.com
Fri Dec 16 16:42:12 CET 2011


pystuck.py is a utility for analyzing stuck python programs (or just
hardcore debugging).

pystuck currently has two major features:
1. print all running threads' stack traces. (good for finding a long-
lasting/blocking function)
2. remote inspection of modules and variables without interrupting the
program. (finding deadlocks and such)

more examples, usage and installation notes can be found here:
https://github.com/alonho/pystuck


More information about the Python-announce-list mailing list