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

 Something like

> print sizeof(mylist)

 or

> print sizeof(myclass_object)

 or something like that ...

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

Reply via email to