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 don't want to read about the details of using Valgrind, there
8 Misc/valgrind-python.supp. Second, you must do one of the following:
12 * Uncomment the lines in Misc/valgrind-python.supp that
15 If you want to use Valgrind more effectively and catch even more
19 from the big blocks. This means Valgrind can't detect
22 makes Python run much slower, especially when running under Valgrind.
23 You may need to run the tests in batches under Valgrind to keep
28 test_ctypes causes Valgrind 3.1.1 to fail (crash).
29 test_socket_ssl should be skipped when running valgrind.
39 Valgrind may show some unexpected results when PyMalloc is used.
46 If you use valgrind on a default build of Python, you will see