implement ticket #535: fast index access into unicode strings
authorStefan Behnel <scoder@users.berlios.de>
Wed, 12 May 2010 13:48:13 +0000 (15:48 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 12 May 2010 13:48:13 +0000 (15:48 +0200)
commit42572ca9843b30d9e4758c817d3622e5c3394cc2
tree4c065c106c4d307f5323524755ba62bb17b95a08
parent737c9641105427e4d7396dcb5911d6be64674912
implement ticket #535: fast index access into unicode strings
Cython/Compiler/ExprNodes.py
tests/run/unicode_indexing.pyx [new file with mode: 0644]