Closed cjdrake closed 9 years ago
Need to check for memory leaks in the C extension modules.
Using a debug build of Python, you can do this using valgrind nosetests ....
valgrind nosetests ...
Need to check for memory leaks in the C extension modules.