[issue13418] Embedded Python memory leak

Amaury Forgeot d'Arc report at bugs.python.org
Thu Nov 17 09:05:16 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

These are not memory leaks, but global state that the Python interpreter does not bother to free on exit. The amount of memory there is limited.

Yes, I agree that this makes the basic memory checker built in Visual Studio completely useless.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list