Stefan Behnel wrote: > Personally, I favour 4) - although I could live with 1) - but since I'm not > quite sure what the original intention of string interning was (saving > memory?)
No, it's the same reason Python does it -- to speed up namespace lookups. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
