What's the limit of variables size in pyhton?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Dec 31 13:38:00 EST 2007


En Mon, 31 Dec 2007 15:40:31 -0200, هنداوى <3D.v.World at gmail.com> escribi�:

> Python allow you to only take care about variable name and ignore it's
> size because pyhton dynamicly allocate it
> so what's the limit in the allocated size in the memory

As big as would fit on available memory.

-- 
Gabriel Genellina




More information about the Python-list mailing list