We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3f704 commit 9704acdCopy full SHA for 9704acd
python/tests/valgrind-python.supp
@@ -1135,3 +1135,22 @@
1135
fun:PyInit__pydantic_core
1136
...
1137
}
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