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.

-- 
Greg
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to