ticket 436: efficiently support char*.decode() through C-API calls
authorStefan Behnel <scoder@users.berlios.de>
Sun, 25 Oct 2009 20:28:56 +0000 (21:28 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 25 Oct 2009 20:28:56 +0000 (21:28 +0100)
commit1f8ffaa145139f03ff1be07e97c406b52e4fb1b5
tree09a1fc359578909304c56cbcf8db23cd88e1d5f5
parenteed632a1321cbf741989af8cec110a957e7463d0
ticket 436: efficiently support char*.decode() through C-API calls
Cython/Compiler/Main.py
Cython/Compiler/Optimize.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Visitor.py
tests/run/carray_slicing.pyx [new file with mode: 0644]