diff options
author | Victor Stinner <vstinner@python.org> | 2019-10-08 15:42:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 15:42:17 +0200 |
commit | 03ab6b4fc6f59a4452756e7a3a46310ce30ec4b2 (patch) | |
tree | c8150890ce4fd154fc03d2dec0ff916c3edba56c /Python | |
parent | 8252c52e57283515ace5d4251584255dc5c60eb5 (diff) | |
download | cpython-git-03ab6b4fc6f59a4452756e7a3a46310ce30ec4b2.tar.gz |
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
Valgrind emits "Conditional jump or move depends on uninitialised
value(s)" false alarms on GCC builtin strcmp() function. The GCC code
is correct.
Valgrind bug: https://bugs.kde.org/show_bug.cgi?id=264936
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions