This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients Trundle, ncoghlan, neologix, pitrou, tim.peters
Date 2011-12-01.17:55:55
SpamBayes Score 0.00050971855
Marked as misclassified No
Message-id <1322762156.11.0.269463070027.issue13390@psf.upfronthosting.co.za>
In-reply-to
Content
> If someone finds a way to sanitize Valgrind output,

Did you use the valgrind suppression file (Misc/valgrind-python.supp)?
If yes, then one could simply use --gen-suppressions=yes to add those spurious warning to the suppression file.

> a daily Valgrind run would be cool as well.

Daily, or rather weakly, since running under valgrind is so much slower ;-)
History
Date User Action Args
2011-12-01 17:55:56neologixsetrecipients: + neologix, tim.peters, ncoghlan, pitrou, Trundle
2011-12-01 17:55:56neologixsetmessageid: <1322762156.11.0.269463070027.issue13390@psf.upfronthosting.co.za>
2011-12-01 17:55:55neologixlinkissue13390 messages
2011-12-01 17:55:55neologixcreate