Skip to content

Commit 736e0ea

Browse files
miss-islingtonStefan Krah
and
Stefan Krah
authored
Valgrind no longer supports --db-attach=yes. (GH-18568) (#18578)
(cherry picked from commit c0cb8be) Co-authored-by: Stefan Krah <[email protected]> Co-authored-by: Stefan Krah <[email protected]>
1 parent a3c2c5f commit 736e0ea

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)