diff options
author | Georg Brandl <georg@python.org> | 2009-06-04 09:30:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-04 09:30:30 (GMT) |
commit | 1158a33fab14fe0522dd5ebc753c573369652eff (patch) | |
tree | 4e163616865a7559e94587f62f8976673c678d02 /Misc/valgrind-python.supp | |
parent | b54d801280e3f510782e2855504710947d10f053 (diff) | |
download | cpython-1158a33fab14fe0522dd5ebc753c573369652eff.zip cpython-1158a33fab14fe0522dd5ebc753c573369652eff.tar.gz cpython-1158a33fab14fe0522dd5ebc753c573369652eff.tar.bz2 |
#3791: remove last traces of bsddb.
Diffstat (limited to 'Misc/valgrind-python.supp')
-rw-r--r-- | Misc/valgrind-python.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp index 319e5d1..a66305b 100644 --- a/Misc/valgrind-python.supp +++ b/Misc/valgrind-python.supp @@ -5,7 +5,7 @@ # # cd python/dist/src # valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp \ -# ./python -E ./Lib/test/regrtest.py -u bsddb,network +# ./python -E ./Lib/test/regrtest.py -u gui,network # # You must edit Objects/obmalloc.c and uncomment Py_USING_MEMORY_DEBUGGER # to use the preferred suppressions with Py_ADDRESS_IN_RANGE. |