[issue7974] Valgrind error when running Python command within Vim

2010-02-21 Thread Dominique Pellé
Dominique Pellé added the comment: Closed: this was not a bug, I had to build Python lib with "configure --without-pymalloc" to avoid valgrind errors. -- status: open -> closed ___ Python tracker <http://bugs.pyth

[issue7974] Valgrind error when running Python command within Vim

2010-02-21 Thread Dominique Pellé
Dominique Pellé added the comment: > Have you read Misc/README.valgrind in the Python source? No, I had not see this file. Thanks for pointing it to me. I've just read it, reconfigured & recompiled Python-2.6.4 with: ./configure --without-pymalloc It now runs without Valgrind e

[issue7974] Valgrind error when running Python command within Vim

2010-02-21 Thread Dominique Pellé
New submission from Dominique Pellé : I built Vim-7.2.368 editor with python interpreter using Python-2.6.4 library on Linux x86. When I run a python command (any command, it does not matter) in the Vim editor with Valgrind memory checker, I see valgrind errors within the Python library. It