Skip to content

Commit

Permalink
Valgrind no longer supports --db-attach=yes. (python#18568)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrah authored Feb 20, 2020
1 parent f2ee21d commit c0cb8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_decimal/tests/runall-memorydebugger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CONFIGS_64="x64 uint128 ansi64 universal"
CONFIGS_32="ppro ansi32 ansi-legacy universal"

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

# Get args
case $@ in
Expand Down

0 comments on commit c0cb8be

Please sign in to comment.