optimise indexing and slicing of bytearray
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 3 Nov 2013 15:01:05 +0000 (16:01 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 3 Nov 2013 15:01:05 +0000 (16:01 +0100)
commit75474ef1c3d9685dd359de8ec867de0616a13c6d
tree991a02fe559dcd2bc5a7554626334b26fcd5920b
parent38ea166b07e36532a9da16e8c4cb61cdaef7bc78
optimise indexing and slicing of bytearray
Cython/Compiler/ExprNodes.py
Cython/Utility/StringTools.c
tests/run/bytearray_coercion.pyx