En Mon, 31 Dec 2007 20:05:41 -0200, هنداوى <[EMAIL PROTECTED]> escribi�: > On Dec 31, 11:26 am, "James Matthews" <[EMAIL PROTECTED]> wrote: >> However some Debuggers will not show you variable's that are too big! >> >> On Dec 31, 2007 7:38 PM, Gabriel Genellina <[EMAIL PROTECTED]> >> wrote: >> >> > En Mon, 31 Dec 2007 15:40:31 -0200, هنداوى <[EMAIL PROTECTED]> >> > 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. > > Is that mean that i can deal with files with size more than 2GB only > if the available memory allow
To be more precise, that depends on the OS. On Windows there is a limit of 2GB adressable memory per process (this is unrelated to the amount of physical memory). You may increase that limit to 3GB. I think Python can handle all the memory the OS is able to provide. But do you actually have to keep the whole file in memory? -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list