Skip to content

[3.7] bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)#16653

Closed
miss-islington wants to merge 1 commit intopython:3.7from
miss-islington:backport-03ab6b4-3.7
Closed

[3.7] bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)#16653
miss-islington wants to merge 1 commit intopython:3.7from
miss-islington:backport-03ab6b4-3.7

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 8, 2019

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 03ab6b4)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue38118

…H-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 03ab6b4)

Co-authored-by: Victor Stinner <vstinner@python.org>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

Sorry, I can't merge this PR. Reason: Required status check "Azure Pipelines PR" is expected..

@vstinner vstinner closed this Oct 8, 2019
@miss-islington miss-islington deleted the backport-03ab6b4-3.7 branch October 8, 2019 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants