fix "Py_UNICODE in ..." against wide unicode literals on narrow Unicode platforms
authorStefan Behnel <scoder@users.berlios.de>
Sat, 3 Jul 2010 15:34:52 +0000 (17:34 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 3 Jul 2010 15:34:52 +0000 (17:34 +0200)
commitf180a00f4b28a29c788fd4305cb7e611339bb1cc
tree91b3b50a371ceff0adbec2e0ac510724cdc62279
parent015b5ef0dfd868441f8145f0221f1e8c76496a42
fix "Py_UNICODE in ..." against wide unicode literals on narrow Unicode platforms
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
tests/run/inop.pyx