]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Valgrind no longer supports --db-attach=yes. (GH-18568) (#18578)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Feb 2020 18:54:37 +0000 (10:54 -0800)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 18:54:37 +0000 (19:54 +0100)
(cherry picked from commit c0cb8beb389da3ba67ad31b1ecc95e100b6292ab)

Co-authored-by: Stefan Krah <skrah@bytereef.org>
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Modules/_decimal/tests/runall-memorydebugger.sh

index 18328841afcc1add7600b944864b9280972bfbf4..29b7723dd50c058349b0e1eee7bbe5ff67e717c7 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