diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-02-20 18:38:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 18:38:19 (GMT) |
commit | 9c87fbe54e1c797e3c690c6426bdf5e79c457cf1 (patch) | |
tree | 94caec4b614c2bbe0113c3c1c1391e7a46a7252e /Modules | |
parent | 0721f7afb0a9c0500d2a912a55f2a290ec94ff53 (diff) | |
download | cpython-9c87fbe54e1c797e3c690c6426bdf5e79c457cf1.zip cpython-9c87fbe54e1c797e3c690c6426bdf5e79c457cf1.tar.gz cpython-9c87fbe54e1c797e3c690c6426bdf5e79c457cf1.tar.bz2 |
Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576)
(cherry picked from commit c0cb8beb389da3ba67ad31b1ecc95e100b6292ab)
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Diffstat (limited to 'Modules')
-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 1832884..29b7723 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 |