Santiago Romero wrote:

>  Is there a way to check the REAL size in memory of a python object?

in standard Python, without reading the interpreter source code 
carefully, no.

to get an approximate value, create a thousand (or a million) objects 
and check how much the interpreter grows when you do that.

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to