On Tue, Aug 24, 2010 at 5: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.

Yes, that is exactly the problem (and also the problem with namespaces
in function arguments), the question is how to best fix it.

- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to