improve type inference for string %/+/* operations and use more direct C-API calls...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 6 Dec 2013 14:22:52 +0000 (15:22 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 6 Dec 2013 14:22:52 +0000 (15:22 +0100)
commit1da05d6e1e930b365491eb81c1b8b6bd6b8f158d
tree680b555fa53c38e109994d44a68403c42cf9e494
parent08c7bf8bdc1346ee2c27c1ed3122428b7d12943f
improve type inference for string %/+/* operations and use more direct C-API calls for these unicode operations
Cython/Compiler/ExprNodes.py
Cython/Utility/ModuleSetupCode.c
tests/run/unicodemethods.pyx