Jean-Francois Moulin wrote: > As for the second, from Robert, now, very well... how do I specify a > value for this implicit parameter then!?
You don't. "cpdef" functions have a special signature, so you can't use them as callbacks. > I also tried to use cdef in all cases, I get no compile time error :) > but at runtime my object LstFileReader_FAST appears no longer to be > defined!? Then you changed other things in your code that made this break. Unless you show us the code you try to compile, we cannot help you. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
