Support for Python array objects. Adapted from patch at...
Support for Python array objects. Adapted from patch at http://trac.cython.org/cython_trac/ticket/314 Changes: reverted Py_MEM_Realloc to Py_Mem_Resize, due to warnings removed inline keyword (not portable, and Py_LOCAL_INLINE causes warnings). moved a C declaration to top of function to avoid "mixed declaration"
Showing
tests/run/pyarray.pyx
0 → 100644
Please register or sign in to comment