Skip to content

[2.7] bpo-37329: valgrind: ignore _PyWarnings_Init false alarms #14202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 28, 2019
Merged

[2.7] bpo-37329: valgrind: ignore _PyWarnings_Init false alarms #14202

merged 2 commits into from
Jun 28, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 18, 2019

_PyWarnings_Init() only allocates memory once at startup but it is
not released at exit. Ignore this issue to be able to catch other
bugs more easily.

https://bugs.python.org/issue37329

_PyWarnings_Init() only allocates memory once at startup but it is
not released at exit. Ignore this issue to be able to catch other
bugs more easily.
@@ -103,6 +103,14 @@
fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
}

{
bpo-37329: _PyWarnings_Init allocates memory at startup, but does't release it at exit
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: does't -> doesn't

@vstinner vstinner merged commit 065aff3 into python:2.7 Jun 28, 2019
@vstinner vstinner deleted the valgrind_supp branch June 28, 2019 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants