in Py3.2, the unicode character testing/conversion functions accept Py_UCS4 instead...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 5 Feb 2011 14:49:36 +0000 (15:49 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 5 Feb 2011 14:49:36 +0000 (15:49 +0100)
commit4140e11834146448b012027ebb63dff40d0eef38
tree55205efc6b85ce4972e69c3c81d9ac9027592822
parentac98442177f92847925c28eca2256d668c8adbc1
in Py3.2, the unicode character testing/conversion functions accept Py_UCS4 instead of Py_UNICODE
Cython/Compiler/Optimize.py