2011/5/26 William ML Leslie <william.leslie.ttg at gmail.com>: > The python tuple is intended to be a heterogeneous data structure, as > they are in RPython. The length of a tuple is conceptually part of the > type, which means that tuple length will be static in sane code > anyway. But does this apply to the *args tuple? -- Amaury Forgeot d'Arc