diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-06-06 19:58:40 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-06-06 19:58:40 (GMT) |
commit | c3cd9df95ad93b4af010e04396d6e4eca1fffcdf (patch) | |
tree | b01719a20e44744f419b73ed0a252f9117084c87 /Misc/README | |
parent | b5d7702e5c8904be43c068825f5e2a5c35082e86 (diff) | |
download | cpython-c3cd9df95ad93b4af010e04396d6e4eca1fffcdf.zip cpython-c3cd9df95ad93b4af010e04396d6e4eca1fffcdf.tar.gz cpython-c3cd9df95ad93b4af010e04396d6e4eca1fffcdf.tar.bz2 |
Add some doc about using valgrind
Diffstat (limited to 'Misc/README')
-rw-r--r-- | Misc/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/README b/Misc/README index 67d4fd9..af6e8e8 100644 --- a/Misc/README +++ b/Misc/README @@ -24,8 +24,10 @@ pymemcompat.h Memory interface compatibility file. python.man UNIX man page for the python interpreter python-mode.el Emacs mode for editing Python programs README The file you're reading now +README.valgrind Information for Valgrind users, see valgrind-python.supp RFD Request For Discussion about a Python newsgroup RPM (Old) tools to build RPMs SpecialBuilds.txt Describes extra symbols you can set for debug builds setuid-prog.c C helper program for set-uid Python scripts vgrindefs Python configuration for vgrind (a generic pretty printer) +valgrind-python.supp Valgrind suppression file, see README.valgrind |