diff options
author | Stefan Krah <skrah@bytereef.org> | 2020-02-20 13:39:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 13:39:14 (GMT) |
commit | c0cb8beb389da3ba67ad31b1ecc95e100b6292ab (patch) | |
tree | 7a079bc677744179a16834b76fdb47302880dc77 | |
parent | f2ee21d858bc03dd801b97afe60ee2ea289e2fe9 (diff) | |
download | cpython-c0cb8beb389da3ba67ad31b1ecc95e100b6292ab.zip cpython-c0cb8beb389da3ba67ad31b1ecc95e100b6292ab.tar.gz cpython-c0cb8beb389da3ba67ad31b1ecc95e100b6292ab.tar.bz2 |
Valgrind no longer supports --db-attach=yes. (#18568)
-rwxr-xr-x | Modules/_decimal/tests/runall-memorydebugger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh index 77c0c9c..1f1dc77 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 |