optimise unicode.startswith() and unicode.endswith(), drop redundant bint->bool-...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 21 Mar 2010 19:06:06 +0000 (20:06 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 21 Mar 2010 19:06:06 +0000 (20:06 +0100)
commit8f88561fca076f84ad8c7b1084fe4b1c6f2fea15
tree3f3e7fa1eebefff4c895a709cb2e4ac78be39d35
parenta337a45f8050ab195e2ea81ac1e43891f4b1b953
optimise unicode.startswith() and unicode.endswith(), drop redundant bint->bool->bint coercions
Cython/Compiler/Builtin.py
Cython/Compiler/Optimize.py
tests/run/unicodemethods.pyx