Bastian Kleineidam writes: > Package: python2.4 > Version: 2.4-3 > Severity: wishlist > > Hi, > > when debugging Python programs with valgrind, there are many warnings > displayed. Python has included a .supp file that could be installed in > /usr/lib/valgrind which suppresses these warnings since they are > known and harmless. In Misc/README.valgrind there are two methods > described how to prepare Python for valgrind: one is compiling > with Py_USING_MEMORY_DEBUGGER, the other one is uncommenting some > lines in the .supp file. I don't know which one is preferred. I > would be happy with both of them :)
will build the -dbg package with Py_USING_MEMORY_DEBUGGER, unsure about adding the file to /usr/lib/valgrind. I'll put it in /etc/python2.4 and make a link from /usr/lib/valgrind, which is put in the python package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]