Skip to content

Commit 9704acd

Browse files
authored
Update valgrind suppressions (#2982)
1 parent 9f3f704 commit 9704acd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

python/tests/valgrind-python.supp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,3 +1135,22 @@
11351135
fun:PyInit__pydantic_core
11361136
...
11371137
}
1138+
1139+
{
1140+
h5py_3.15
1141+
Memcheck:Leak
1142+
match-leak-kinds: definite
1143+
fun:malloc
1144+
fun:_PyLong_New
1145+
fun:PyLong_FromSsize_t
1146+
fun:__Pyx_DelItemInt_Fast
1147+
fun:__pyx_pf_4h5py_8_objects_8ObjectID_4_dealloc
1148+
fun:__pyx_pw_4h5py_8_objects_8ObjectID_5_dealloc
1149+
fun:__Pyx_CyFunction_Vectorcall_FASTCALL_KEYWORDS
1150+
fun:_PyObject_VectorcallTstate
1151+
fun:PyObject_VectorcallMethod
1152+
fun:__pyx_pf_4h5py_8_objects_8ObjectID_2__dealloc__
1153+
fun:__pyx_pw_4h5py_8_objects_8ObjectID_3__dealloc__
1154+
fun:__pyx_tp_dealloc_4h5py_8_objects_ObjectID
1155+
...
1156+
}

0 commit comments

Comments
 (0)