.bashrc: -valgrind
[nethome.git] / .python.valgrind.patch
diff --git a/.python.valgrind.patch b/.python.valgrind.patch
deleted file mode 100644 (file)
index c40f2a7..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
---- /usr/share/doc/python-devel-2.6/valgrind-python.supp-orig  2008-08-24 07:04:52.000000000 +0200
-+++ /usr/share/doc/python-devel-2.6/valgrind-python.supp-orig  2009-05-11 22:12:53.000000000 +0200
-@@ -131,36 +131,60 @@ 
- ###}
- ###
- ###{
- ###   ADDRESS_IN_RANGE/Invalid read of size 4
- ###   Memcheck:Value4
- ###   fun:PyObject_Free
- ###}
- ###
- ###{
-+###   ADDRESS_IN_RANGE/Invalid read of size 8
-+###   Memcheck:Addr8
-+###   fun:PyObject_Free
-+###}
-+###
-+###{
-+###   ADDRESS_IN_RANGE/Invalid read of size 8
-+###   Memcheck:Value8
-+###   fun:PyObject_Free
-+###}
-+###
-+###{
- ###   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
- ###   Memcheck:Cond
- ###   fun:PyObject_Free
- ###}
- ###{
- ###   ADDRESS_IN_RANGE/Invalid read of size 4
- ###   Memcheck:Addr4
- ###   fun:PyObject_Realloc
- ###}
- ###
- ###{
- ###   ADDRESS_IN_RANGE/Invalid read of size 4
- ###   Memcheck:Value4
- ###   fun:PyObject_Realloc
- ###}
- ###
- ###{
-+###   ADDRESS_IN_RANGE/Invalid read of size 8
-+###   Memcheck:Addr8
-+###   fun:PyObject_Realloc
-+###}
-+###
-+###{
-+###   ADDRESS_IN_RANGE/Invalid read of size 8
-+###   Memcheck:Value8
-+###   fun:PyObject_Realloc
-+###}
-+###
-+###{
- ###   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
- ###   Memcheck:Cond
- ###   fun:PyObject_Realloc
- ###}
- ###
- ### All the suppressions below are for errors that occur within libraries
- ### that Python uses.  The problems to not appear to be related to Python's
- ### use of the libraries.