let += and -= inplace operators use pointer arithmetic when used on C strings (instea...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Nov 2013 20:59:15 +0000 (21:59 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Nov 2013 20:59:15 +0000 (21:59 +0100)
commit9a2a051c0a3ff42e330c94733d6faebdbc61f00b
treecfac126e4d334e57a99b8cc00cb0550e38a77e39
parentf21e5878d891dc7741c56a1288b9477a26abcd0c
let += and -= inplace operators use pointer arithmetic when used on C strings (instead of currently failing attempt at string concatenation)
Cython/Compiler/Nodes.py
tests/compile/inplace_ops.pyx
tests/run/bytes_char_coercion.pyx