Stefan Behnel, 16.06.2011 09:46:
Andrew Collette, 16.06.2011 04:51:
I ran into some odd behavior when working on my cython-based project
(h5py). The following cython code snippet is the culprit ("priv" is a
function argument of type void**):
cdef conv_size_t *sizes
priv[0] = sizes =malloc(sizeo
Andrew Collette, 16.06.2011 04:51:
I ran into some odd behavior when working on my cython-based project
(h5py). The following cython code snippet is the culprit ("priv" is a
function argument of type void**):
cdef conv_size_t *sizes
priv[0] = sizes =malloc(sizeof(conv_size_t))
gets t
Hi,
I ran into some odd behavior when working on my cython-based project
(h5py). The following cython code snippet is the culprit ("priv" is a
function argument of type void**):
cdef conv_size_t *sizes
priv[0] = sizes = malloc(sizeof(conv_size_t))
gets turned into this (with Cython 0.14