2011/5/26 William ML Leslie <[email protected]>: > 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 _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
