diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-10-08 13:49:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 13:49:12 (GMT) |
commit | 364532fb4962991d278da6470c3aec4e443e533d (patch) | |
tree | f6d756add182a41aa8121293134e45433cbd519e /Include/Python-ast.h | |
parent | a1f45008f190b0d340ec0eac623f05ef98e6b4c9 (diff) | |
download | cpython-364532fb4962991d278da6470c3aec4e443e533d.zip cpython-364532fb4962991d278da6470c3aec4e443e533d.tar.gz cpython-364532fb4962991d278da6470c3aec4e443e533d.tar.bz2 |
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
(cherry picked from commit 03ab6b4fc6f59a4452756e7a3a46310ce30ec4b2)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Include/Python-ast.h')
0 files changed, 0 insertions, 0 deletions