prevent redundant coercion from Py_UNICODE to a unicode string when the subscript...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 12 May 2010 17:11:00 +0000 (19:11 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 12 May 2010 17:11:00 +0000 (19:11 +0200)
commit1aeb2d9b23c4cf49d9e413399cb371c8bb3f93a9
tree6aae97b7e869882c52f08205f07eedfc7700ca18
parentc71cde5ffd2efd06bb1f93e0079ac63e41aebbba
prevent redundant coercion from Py_UNICODE to a unicode string when the subscript index is a Python object - this case is no longer optimised
Cython/Compiler/ExprNodes.py
tests/run/unicode_indexing.pyx