Skip to content

Commit 05b5bee

Browse files
authored
Merge pull request #257 from python/master
Valgrind no longer supports --db-attach=yes. (python#18568)
2 parents 24ee00e + c0cb8be commit 05b5bee

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)