Skip to content

Commit f67cbcc

Browse files
authored
Update valgrind suppressions (#2951)
1 parent 729e202 commit f67cbcc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

python/tests/valgrind-python.supp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,3 +1126,13 @@
11261126
fun:_ZN8pybind1112cpp_function18initialize_genericEOSt10unique_ptrINS_6detail15function_recordENS0_33InitializingFunctionRecordDeleterEEPKcPKPKSt9type_infom
11271127
...
11281128
}
1129+
1130+
{
1131+
pydantic
1132+
Memcheck:Leak
1133+
match-leak-kinds: definite
1134+
...
1135+
fun:PyInit__pydantic_core
1136+
fun:_PyImport_RunModInitFunc
1137+
...
1138+
}

0 commit comments

Comments
 (0)