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 donmez
Recipients donmez, gvanrossum
Date 2007-12-13.18:08:07
SpamBayes Score 0.013403228
Marked as misclassified No
Message-id <1197569290.68.0.0107465293623.issue1608@psf.upfronthosting.co.za>
In-reply-to
Content
Linux 2.6.18, x86, 32bit .

Executed valgrind with 

valgrind  --suppressions=./Misc/valgrind-python.supp -v ./python
./Lib/test/test_str.py

attached as valgrind-supp.txt it still shows lots of invalid reads.

Optimization level is -g -O3 which seems to be default as I didn't
specify CFLAGS.
Files
File name Uploaded
valgrind-supp.txt donmez, 2007-12-13.18:08:07
History
Date User Action Args
2007-12-13 18:08:11donmezsetspambayes_score: 0.0134032 -> 0.013403228
recipients: + donmez, gvanrossum
2007-12-13 18:08:10donmezsetspambayes_score: 0.0134032 -> 0.0134032
messageid: <1197569290.68.0.0107465293623.issue1608@psf.upfronthosting.co.za>
2007-12-13 18:08:10donmezlinkissue1608 messages
2007-12-13 18:08:10donmezcreate