aboutsummaryrefslogtreecommitdiff
path: root/test/py/valgrind.supp
blob: 3c3ed44193827b65e250cf5c524af47fe6c40c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Various versions of Python in our CI do not behave well under valgrind.
#
{
    python-is-b0rked
    Memcheck:Cond
    ...
    fun:PyUnicode*
}

{
    python-is-b0rked
    Memcheck:Cond
    ...
    fun:wcstombs
}