Martin v. Löwis <mar...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13418>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to