On Tue, Nov 29, 2011 at 11:15 PM, Robert Bradshaw <[email protected]> wrote: > The problem was that NPY_SEARCHSIDE wasn't defined as a type, so it > was treating that as the argument name (implicitly typed to be > object). > > https://github.com/cython/cython/commit/5ba30c45c7d3478f7b7d0490e720fb0a184c6050
Thanks for the quick fix, Robert! It works perfectly now. Cheers Stéfan _______________________________________________ cython-devel mailing list [email protected] http://mail.python.org/mailman/listinfo/cython-devel
