]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Valgrind no longer supports --db-attach=yes. (#18568)
authorStefan Krah <skrah@bytereef.org>
Thu, 20 Feb 2020 13:39:14 +0000 (14:39 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 13:39:14 +0000 (14:39 +0100)
Modules/_decimal/tests/runall-memorydebugger.sh

index 77c0c9cd82c13feec57efe7e7de895db7861f4db..1f1dc776c11e7e6fa589d6e4c5b195f5ba6ed50d 100755 (executable)
@@ -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