#3791: remove last traces of bsddb.

This commit is contained in:
Georg Brandl 2009-06-04 09:30:30 +00:00
parent b54d801280
commit 1158a33fab
18 changed files with 26 additions and 292 deletions

View file

@ -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.