mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Valgrind no longer supports --db-attach=yes. (#18568)
This commit is contained in:
parent
f2ee21d858
commit
c0cb8beb38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue