Re: Adding tuple as builtin type

"Stefan Behnel" <[email protected]> Wed, 11 Feb 2009 15:41:30 +0100 (CET)
Newsgroups gmane.comp.python.pyrex
Message-ID <55755.213.61.181.86.1234363290.squirrel@groupware.dvs.informatik.tu-darmstadt.de>
Claudio Freire wrote:
> Is there a reason why tuple hasn't been added as a builtin type, as list
> was?

It's a known (and optimised) type in Cython at least.

Stefan