Commit 74d0139b authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn Committed by Mark Florisson

memoryview fixup and disable one test

parent af75d9bf
cimport cython cimport cython
from cython.view cimport contig as foo, full as bar, follow from cython.view cimport contig as foo, full as bar #, follow
from cython cimport view from cython cimport view
cdef char[:] one_dim cdef char[:] one_dim
...@@ -12,6 +12,6 @@ cdef unsigned short int[::1] c_and_fort ...@@ -12,6 +12,6 @@ cdef unsigned short int[::1] c_and_fort
cdef long long[0x0::0x1, 00:, -0 :,0 :] fort_contig0 cdef long long[0x0::0x1, 00:, -0 :,0 :] fort_contig0
cdef unsigned long[0:, 0:, 0:, 0::0x0001] c_contig0 cdef unsigned long[0:, 0:, 0:, 0::0x0001] c_contig0
cdef float[::foo & bar, ::cython.view.direct & cython.view.follow] view4 #cdef float[::foo & bar, ::cython.view.direct & cython.view.follow] view4 # shrug
cdef int[::view.full & foo] view3 cdef int[::view.full & foo] view3
cdef int[::view.ptr & view.strided] view1000 cdef int[::view.ptr & view.strided] view1000
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