查看现有的stackoverflow答案,建议使用valgrind调试python内存泄漏有4件事。
./configure
使用:
--with-pydebug
--without-pymalloc
--with-valgrind
还建议在SO和README.valgrind中使用抑制文件来抑制某些valgrind错误。
我想知道:
较新的--with-valgrind
选项是否消除了对此抑制文件的需求?
--with-valgrind
选项是否消除了--without-pymalloc
的需要?
答案我读过: