add value range check for C level assignments to bytearray indices in order to mimic...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 8 Nov 2013 12:06:55 +0000 (13:06 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 8 Nov 2013 12:06:55 +0000 (13:06 +0100)
commitbdb7757fe9d86e55a290d9a2db3cfac6b601f5ae
tree5ce1a654d0851fdb6a58a50749a216a2a1e43954
parent9e41bfbf189b800a5cf2ff6e93dfab8429a8f8d8
add value range check for C level assignments to bytearray indices in order to mimic the safe Python behaviour
Cython/Compiler/ExprNodes.py
tests/run/bytearray_coercion.pyx