diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/RPM/python-3.1.spec | 1 | ||||
-rw-r--r-- | Misc/valgrind-python.supp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Misc/RPM/python-3.1.spec b/Misc/RPM/python-3.1.spec index acbe38c..a13a080 100644 --- a/Misc/RPM/python-3.1.spec +++ b/Misc/RPM/python-3.1.spec @@ -360,7 +360,6 @@ rm -f mainpkg.files tools.files %{__prefix}/%{libdirname}/python%{libvers}/email/mime %{__prefix}/%{libdirname}/python%{libvers}/sqlite3 %{__prefix}/%{libdirname}/python%{libvers}/compiler -%{__prefix}/%{libdirname}/python%{libvers}/bsddb %{__prefix}/%{libdirname}/python%{libvers}/hotshot %{__prefix}/%{libdirname}/python%{libvers}/logging %{__prefix}/%{libdirname}/python%{libvers}/lib-old 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. |