use a straight call to PyList_Tuple() on code like tuple([...])
authorStefan Behnel <scoder@users.berlios.de>
Fri, 19 Dec 2008 02:05:14 +0000 (03:05 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 19 Dec 2008 02:05:14 +0000 (03:05 +0100)
commit66ffb55cd6fccfc628e374c1b36b56123e5926f1
tree7a0579f879c24b2e8a7fcb2e360d9e25fa9c9743
parent41064a849006ade22ee0ebad996c8b01f2109d4c
use a straight call to PyList_Tuple() on code like tuple([...])
Cython/Compiler/Optimize.py
tests/run/tuple.pyx