Skip to content

Commit e25b150

Browse files
authored
Adjusting valgrind suppression for pypocketfft to resolve systematic failures that started to appear on 2020-05-27. (#3022)
1 parent 3ac690b commit e25b150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/valgrind-numpy-scipy.supp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
fun:_Znwm
112112
fun:PyInit_pypocketfft
113113
fun:_PyImport_LoadDynamicModuleWithSpec
114-
fun:_imp_create_dynamic_impl.constprop.*
114+
fun:_imp_create_dynamic_impl*
115115
fun:_imp_create_dynamic
116116
fun:cfunction_vectorcall_FASTCALL
117117
fun:PyVectorcall_Call

0 commit comments

Comments
 (0)