_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.
--- /dev/null
+valgrind: suppress a false alarm in memory leak checks. _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.
fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
}
+{
+ bpo-37329: _PyWarnings_Init allocates memory at startup, but doesn't release it at exit
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:_PyWarnings_Init
+}
+
#
# Non-python specific leaks
#