We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f7a3 commit 032c21aCopy full SHA for 032c21a
1 file changed
python/tests/valgrind-python.supp
@@ -1116,3 +1116,13 @@
1116
fun:PyUFunc_AddLoopFromSpec_int
1117
...
1118
}
1119
+
1120
+{
1121
+ pybind11
1122
+ Memcheck:Leak
1123
+ match-leak-kinds: definite
1124
+ fun:malloc
1125
+ fun:_PyObject_New
1126
+ fun:_ZN8pybind1112cpp_function18initialize_genericEOSt10unique_ptrINS_6detail15function_recordENS0_33InitializingFunctionRecordDeleterEEPKcPKPKSt9type_infom
1127
+ ...
1128
+}
0 commit comments