cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
305 stars 55 forks source link

Python C extension memory checks #114

Closed cjdrake closed 9 years ago

cjdrake commented 9 years ago

Need to check for memory leaks in the C extension modules.

cjdrake commented 9 years ago

Using a debug build of Python, you can do this using valgrind nosetests ....