optimised char/Py_UNICODE indexing of bytes/unicode objects
authorStefan Behnel <scoder@users.berlios.de>
Sun, 25 Apr 2010 19:55:26 +0000 (21:55 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 25 Apr 2010 19:55:26 +0000 (21:55 +0200)
commitf54625aee92af2247f7b0c881145b26f8eefd9f0
treeb99ae7079a51842a18b3e5e7ae4dd64d4bbb000a
parent617f33225bdc57115839633442610253ef29cd71
optimised char/Py_UNICODE indexing of bytes/unicode objects
Cython/Compiler/Optimize.py
tests/run/bytes_indexing.pyx [new file with mode: 0644]
tests/run/py_unicode_type.pyx