]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-37329: valgrind: ignore _PyWarnings_Init false alarms (GH-14202)
authorVictor Stinner <vstinner@redhat.com>
Fri, 28 Jun 2019 16:13:33 +0000 (18:13 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2019 16:13:33 +0000 (18:13 +0200)
commit065aff3c518a641e7a734a5b93f9ebed1b405c49
tree1c6d0904e5a7bcf85a3ae64062a36d6bbddde9f3
parent4397c68663efe58930b31c561e5948b4038875ae
[2.7] bpo-37329: valgrind: ignore _PyWarnings_Init false alarms (GH-14202)

_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.
Misc/NEWS.d/next/Core and Builtins/2019-06-18-15-08-32.bpo-37329.7XVDRv.rst [new file with mode: 0644]
Misc/valgrind-python.supp