Embedding Python: estimate size of dict/list

Jerry Hill malaclypse2 at gmail.com
Mon Mar 28 21:03:55 EDT 2011


On Mon, Mar 28, 2011 at 8:26 PM, Chris Angelico <rosuav at gmail.com> wrote:
> Based on the docs and http://code.activestate.com/recipes/577504/ I
> understand that to be non-recursive. I'm guessing then that there
> isn't a recursive version, and that it's best to recurse myself?

Yes, you're right.  I completely missed that bit when I was looking at
the documentation.

-- 
Jerry



More information about the Python-list mailing list