[issue2898] Add memory footprint query

Guido van Rossum report at bugs.python.org
Mon May 19 17:09:40 CEST 2008


Guido van Rossum <guido at python.org> added the comment:

I'm torn about the extra slot; I'd rather not add one, but I can't see
how to make this flexible enough without one.

It should definitely not be a built-in; the sys module is fine though
(e.g. sys.getrefcount() lives there too).

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2898>
__________________________________


More information about the Python-bugs-list mailing list