[issue32848] Valgrind error with python

2018-02-15 Thread Arun Solomon
Arun Solomon added the comment: Hi Stefan, I tried with two configure options. Both of them, I am getting the same error. configure: error: Valgrind support requested but headers not available -- resolution: not a bug -> status: closed ->

[issue32848] Valgrind error with python

2018-02-15 Thread Arun Solomon
Arun Solomon added the comment: Hi, I ran with the following command to configure python with valgrind: ./configure --without-pymalloc --with-pydebug --with-valgrind I was getting the following error: configure: error: Valgrind support requested but headers not available Python: 2.7.5

[issue32848] Valgrind error with python

2018-02-14 Thread Arun Solomon
New submission from Arun Solomon : Hi... I am facing the problem python along with valgrind. I was getting default valgrind warnings messages. I have created the sample.py. sample.py file does not have any code. I created empty py file to confirm that my code does not have any memory leaks