Hi, Michael Abshoff wrote: > Is set in any way now a reserved Cython word? No, but it's a known builtin type. > Maybe it is as simple as prefixing set with std:: If the C++ STL type is meant, that sounds promising. At least, it sounds to me like Cython is confusing some names here. Stefan