In message <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] writes
>I am having trouble identifying the source of a memory leak in a
>Windows Python program. The basic gist is as follows:
Perhaps Python Memory Validator can help you?
http://www.softwareverify.com/beta.php
Stephen
--
Stephen Kelle
I am having trouble identifying the source of a memory leak in a
Windows Python program. The basic gist is as follows:
1. Generate a directed graph (approx. 1000 nodes).
2. Write the graph to a file.
3. Use the os.system command to invoke another program which processes
the graph file (graphViz), a