On Feb 18, 2010, at 9:01 PM, Greg Ewing wrote: > Lisandro Dalcin wrote: >> int MPI_Group_range_incl(MPI_Group, int, int[][3], MPI_Group*) >> ^ >> ------------------------------------------------------------ >> >> include/mpi4py/mpi.pxi:325:50: Array element type 'int []' is >> incomplete > > Works in Pyrex, so it must be something Cython introduced.
Yep, this was introduced very recently (about a week ago) to fix some stuff with templated C++ type parsing, and isn't in any release versions (nor will it be, as it's fixed and there's a regression test now...) - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
