do not optimise len(str) as it doesn't map to a simple C-API function, small cleanup
authorStefan Behnel <scoder@users.berlios.de>
Mon, 17 May 2010 06:38:00 +0000 (08:38 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 17 May 2010 06:38:00 +0000 (08:38 +0200)
commite368cf9b967c644dfb59c6261ad1e25cf25f917f
tree1c704885fbc4902a115c401c38d0239c56b65346
parentfa0a8e3a294d80ab192919dc4a6921b3c6f2e964
do not optimise len(str) as it doesn't map to a simple C-API function, small cleanup
Cython/Compiler/Optimize.py