Re: What's the limit of variables size in pyhton?



En Mon, 31 Dec 2007 15:40:31 -0200, هنداوى <3D.v.World@xxxxxxxxx> 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

.