Maximum size of list?
gollem
gollem at chatway.nl
Tue Jul 2 19:24:23 EDT 2002
More information about the Python-list mailing list
Tue Jul 2 19:24:23 EDT 2002
- Previous message (by thread): Maximum size of list?
- Next message (by thread): Running scripts within scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks Fredrik, I think that will be adequate for the time being ;-) "Fredrik Lundh" <fredrik at pythonware.com> wrote in message news:twpU8.46061$n4.11000196 at newsc.telia.net... > "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> > >
- Previous message (by thread): Maximum size of list?
- Next message (by thread): Running scripts within scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list