Use wraparound and boundscheck directives for memory view slices.
authorRobert Bradshaw <robertwb@gmail.com>
Thu, 14 Feb 2013 06:24:43 +0000 (22:24 -0800)
committerRobert Bradshaw <robertwb@gmail.com>
Thu, 14 Feb 2013 06:24:43 +0000 (22:24 -0800)
commit6e4ccc8e9e471846a527babd949bf23acfa21224
tree8bb254dcbb9dcaafefebb84016910ddb71c4a13b
parent94a7d440501ad10c1fbfc05402251b8b5ccda88b
Use wraparound and boundscheck directives for memory view slices.
Cython/Compiler/ExprNodes.py
Cython/Compiler/MemoryView.py
Cython/Utility/MemoryView_C.c