[issue13418] Embedded Python memory leak

Martin v. Löwis report at bugs.python.org
Sun Nov 20 11:11:12 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

If you *really* want to solve this problem, you could start working on making Python release all memory at interpreter shutdown. Please understand that this project may well take several years to complete, but it would help not only your project, but also many people in a similar situation.

Meanwhile, you should use a better memory checker, one where you can declare that it shall ignore certain allocations.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13418>
_______________________________________


More information about the Python-bugs-list mailing list