[pypy-dev] SmallTuples

Amaury Forgeot d'Arc amauryfa at gmail.com
Thu May 26 08:00:50 CEST 2011


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


More information about the pypy-dev mailing list