On Tue, Aug 24, 2010 at 8:34 PM, Greg Ewing <[email protected]> wrote: > Darren Dale wrote: > >> herr_t H5Diterate(void *buf, hid_t type_id, hid_t space_id, >> H5D_operator_t operator, void* operator_data) except >> * >> ^ >> ------------------------------------------------------------ >> >> /Users/darren/Projects/h5py/h5py/defs.pxd:190:49: Overloading operator >> ',' not yet supported. > > Looks like "operator" has become a keyword, and it thinks > "operator," is referring to the C++ comma operator.
Thanks Greg. Changing "operator" to "operator_" seemed to do the trick. I notified the maintainer of h5py. Cheers, Darren _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
