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 vstinner
Recipients vstinner
Date 2019-10-08.12:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570538706.79.0.833665135802.issue38118@roundup.psfhosted.org>
In-reply-to
Content
The valgrind false alarm on GCC builtin strcmp() has been reported to the Valgrind bug tracker in 2011, with an update in 2012 and... nothing :-(
https://bugs.kde.org/show_bug.cgi?id=264936

curl worked around the issue by disabling valgrind on the impacted test:
https://lists.fedoraproject.org/pipermail/scm-commits/2011-February/567665.html

Passing "--partial-loads-ok=yes" to Valgrind has no effect... It became the default:
http://valgrind.org/docs/manual/mc-manual.html#opt.partial-loads-ok
History
Date User Action Args
2019-10-08 12:45:06vstinnersetrecipients: + vstinner
2019-10-08 12:45:06vstinnersetmessageid: <1570538706.79.0.833665135802.issue38118@roundup.psfhosted.org>
2019-10-08 12:45:06vstinnerlinkissue38118 messages
2019-10-08 12:45:06vstinnercreate