Dag Sverre Seljebotn wrote: > > 2) A new decorator, say @cython.earlybind, which makes a promise that > the symbol the function/class is stored in isn't reassigned at run-time. > This would extract one aspect of "cdef" functions and modules and make > it orthogonal (and the result would be something like "cpdef module funcs").
Alas, these already exists. So it would just be a syntax change. Sorry :-) -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
