puremodule.c -- A Python module to Purify and Quantify

Pure Software, Inc. is a company that sells software development products that are pretty useful if you program in C or C++. Two of the products that I use are Purify and Quantify; the former is a memory analysis tool, and the latter is a performance analysis tool. Both export a C API for controlling the collection and viewing of data, and I have written a Python module to interface with this API.

You can grab the file from the PSA ftp site: ftp://www.python.org/pub/python/contrib/System/puremodule.c