optimise len() for known builtin types
authorStefan Behnel <scoder@users.berlios.de>
Mon, 22 Mar 2010 15:11:19 +0000 (16:11 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 22 Mar 2010 15:11:19 +0000 (16:11 +0100)
commit350f55b4af726722a09e288f35f92a9b4a18fe27
treedd1fe301e49f40b96977c5b84e4a7b3fab802061
parent647df5b22ed5f608670bd4bd34aae0dcb5ef08c1
optimise len() for known builtin types
Cython/Compiler/Builtin.py
Cython/Compiler/Optimize.py
Cython/Compiler/PyrexTypes.py