support charptr.decode() with non-literal encodings and fix some temp usage issues...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 6 Dec 2009 10:22:59 +0000 (11:22 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 6 Dec 2009 10:22:59 +0000 (11:22 +0100)
commit99eac7ae52760e94dd2234c6a4e89dbd8af31420
treed104a2860949e92fe9a8841789cf8a9a8c005a31
parent6b408678413b518117467e1abb84114592f7050c
support charptr.decode() with non-literal encodings and fix some temp usage issues; test case split

--HG--
rename : tests/run/carray_slicing.pyx => tests/run/charptr_decode.pyx
Cython/Compiler/Optimize.py
tests/run/carray_slicing.pyx
tests/run/charptr_decode.pyx [new file with mode: 0644]