source: trunk/essentials/dev-lang/python/Misc/README.valgrind@ 3314

Last change on this file since 3314 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 4.3 KB
Line 
1This document describes some caveats about the use of Valgrind with
2Python. Valgrind is used periodically by Python developers to try
3to ensure there are no memory leaks or invalid memory reads/writes.
4