Size of tuples

Peter van der Kamp vdkamp at inter.nl.net
Wed Sep 5 14:59:39 EDT 2001


Hello,

Does anyone anyone know what the maximum size of
a tuple can be? Examples in documentation only contains
a small amount of data, but I like to know if they can contain
e.g. >100000 integers. Furthermore I would like to know
the consequences for performance. Does the 'x in tuple'
statement perform much worse with the amounts of data
I have in mind?

Thanks.

Peter van der Kamp



More information about the Python-list mailing list