Maximum size of list?

Fredrik Lundh fredrik at pythonware.com
Tue Jul 2 18:09:29 EDT 2002


"gollem" <gollem at chatway.nl> wrote:

> What is the maximum listsize in python? In characters
> or items. Thnx.

2147483647 items, on most platforms.  if you have enough
memory, that is.

</F>





More information about the Python-list mailing list