Stefan, While compiling Sage I found a curious bug in the enumerate() operation--it was casting PyObject* directly into typed targets (e.g. ints).
http://trac.cython.org/cython_trac/ticket/442 For the moment I've disabled this optimization in this case, but it might be an easy fix. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
