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> -- http://mail.python.org/mailman/listinfo/python-list