[issue10156] Memory leak (r70459)

Amaury Forgeot d'Arc report at bugs.python.org
Thu Oct 21 00:10:04 CEST 2010


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

The stack corresponds to the allocation of type(sys.float_info).__doc__.

Why would only this object appear as a memory leak?  It is certainly not deallocated, but all other types are in the same situation.
For example, sys.int_info is very similar, and happens to be defined in r70459. Why doesn't it appear in the report?

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

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


More information about the Python-bugs-list mailing list