List limits

Fredrik Lundh fredrik at pythonware.com
Tue Dec 21 08:12:57 EST 2004


Nick Coghlan wrote:

> Given the size of the counter, is it actually physically possible for a list to run out of room 
> before the application runs out memory?

depends on the system architecture, of course: consider an 64-bit computer
with 32-bit integers and 256 GB of memory...

</F> 






More information about the Python-list mailing list