[issue2898] Add memory footprint query

Georg Brandl report at bugs.python.org
Sat May 17 12:50:25 CEST 2008


Georg Brandl <georg at python.org> added the comment:

Can't you write this as a simple Python function using
type.__basicsize__ and type.__itemsize__?

In any case, if this is added somewhere it should not be a builtin. This
operation is nowhere near the usefulness to be one.

----------
nosy: +georg.brandl

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


More information about the Python-bugs-list mailing list