Hi, Robert Bradshaw wrote: > As for the decorator notation, in one case > it would be passed a function object, and in another it would be passed > a parse tree.
"case" meaning: a) when running in the Python interpreter and b) when running inside Cython? Or do you mean at different stages of the compile process? Or at compile time and run time of Cython code? I can't think of a case right now where you'd pass the function object. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
