[issue7974] Valgrind error when running Python command within Vim

2010-02-21 Thread Mark Dickinson
Changes by Mark Dickinson : -- resolution: -> invalid ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue7974] Valgrind error when running Python command within Vim

2010-02-21 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks for the update! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[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 _

[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 error. Sorry f

[issue7974] Valgrind error when running Python command within Vim

2010-02-21 Thread Mark Dickinson
Mark Dickinson added the comment: The code you identify looks okay to me: in PyMarshal_ReadObjectFromString, isn't it only the temporary variable rf that has a pointer to the string? Have you read Misc/README.valgrind in the Python source? -- nosy: +mark.dickinson __

[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 loo