-
Committer:
John Arbash Meinel
-
Date:
2009-10-07 16:06:52 UTC
-
mto:
(4679.6.1 2.1-export-c-api)
-
mto:
This revision was merged to the branch mainline in
revision
4735.
-
Revision ID:
john@arbash-meinel.com-20091007160652-cvcgqllfgml48uq4
Change the pure-python version of StaticTuple
wrather than 'has_a(tuple)' it now 'is_a(tuple)'. Making use of
inheritance to avoid wasting memory on having 2 objects.