Commit 66de0c46 authored by Kurt Smith's avatar Kurt Smith Committed by Mark Florisson

upcase 'access' for memoryviewslice copy code names.

parent d0d38fed
......@@ -55,7 +55,7 @@ def mangle_dtype_name(dtype):
return Buffer.mangle_dtype_name(dtype)
def axes_to_str(axes):
return "".join([access[0]+packing[0] for (access, packing) in axes])
return "".join([access[0].upper()+packing[0] for (access, packing) in axes])
def gen_acquire_memoryviewslice(rhs, lhs_type, lhs_is_cglobal, lhs_result, lhs_pos, code):
# import MemoryView
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment