Lines Matching full:valgrind
1 This document describes some caveats about the use of Valgrind with
2 Python. Valgrind is used periodically by Python developers to try
5 If you want to enable valgrind support in Python, you will need to
6 configure Python --with-valgrind option or an older option
12 If you don't want to read about the details of using Valgrind, there
15 Misc/valgrind-python.supp. Second, you must do one of the following:
19 * Uncomment the lines in Misc/valgrind-python.supp that
22 If you want to use Valgrind more effectively and catch even more
26 from the big blocks. This means Valgrind can't detect
29 makes Python run much slower, especially when running under Valgrind.
30 You may need to run the tests in batches under Valgrind to keep
35 test_ctypes causes Valgrind 3.1.1 to fail (crash).
36 test_socket_ssl should be skipped when running valgrind.
46 Valgrind may show some unexpected results when PyMalloc is used.
57 If you use valgrind on a default build of Python, you will see