[opensuse-packaging] python and valgrind
![](https://seccdn.libravatar.org/avatar/926abfa8eb8dab66c00070f582fc2b84.jpg?s=120&d=mm&r=g)
12 Nov
2007
12 Nov
'07
09:44
Hi, when hunting a bug in yast2-python-bindings I tried to use valgrind on python. How silly of me! Errors from inside python all over the place: mvidner@valkyrie:~$ valgrind python -c "print 'hello'" 2>&1 | wc -l 558 I am attaching a suppression file to fix that. Can't python use more civilized code? Apparently not, as explained in http://svn.python.org/projects/python/trunk/Misc/README.valgrind Can valgrind include this suppression by default? mvidner@valkyrie:~$ valgrind --suppressions=PyObject_Free-sucks.supp python -c "print 'hello'" 2>&1 | wc -l 23 -- Martin Vidner, YaST developer http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu
6307
Age (days ago)
6307
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Vidner