SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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
V
Victor Stinner committed
03ab6b4fc6f59a4452756e7a3a46310ce30ec4b2
Parent: 8252c52
Committed by GitHub <noreply@github.com> on 10/8/2019, 1:42:17 PM