Skip to content

Commit c0cb8be

Browse files
author
Stefan Krah
authored
Valgrind no longer supports --db-attach=yes. (#18568)
1 parent f2ee21d commit c0cb8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_decimal/tests/runall-memorydebugger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CONFIGS_64="x64 uint128 ansi64 universal"
1818
CONFIGS_32="ppro ansi32 ansi-legacy universal"
1919

2020
VALGRIND="valgrind --tool=memcheck --leak-resolution=high \
21-
--db-attach=yes --suppressions=Misc/valgrind-python.supp"
21+
--suppressions=Misc/valgrind-python.supp"
2222

2323
# Get args
2424
case $@ in

0 commit comments

Comments
 (0)