Valgrind no longer supports --db-attach=yes. (#18568)
https://github.com/python/cpython/commit/c0cb8beb389da3ba67ad31b1ecc95e100b6... commit: c0cb8beb389da3ba67ad31b1ecc95e100b6292ab branch: master author: Stefan Krah <skrah@bytereef.org> committer: GitHub <noreply@github.com> date: 2020-02-20T14:39:14+01:00 summary: Valgrind no longer supports --db-attach=yes. (#18568) files: M Modules/_decimal/tests/runall-memorydebugger.sh diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh index 77c0c9cd82c13..1f1dc776c11e7 100755 --- a/Modules/_decimal/tests/runall-memorydebugger.sh +++ b/Modules/_decimal/tests/runall-memorydebugger.sh @@ -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
participants (1)
-
Stefan Krah