I thought I'd continue on my inner function code; however I discovered that it cannot be made efficient (ie, without packing/unpacking the closured variables into untyped Python objects) until some phase refactoring happens. So I'll leave it for when that is done (good to have a simple example to try it one though).
I've written a little bit about possible strategies: http://wiki.cython.org/enhancements/phaseseperation I could have done more here but some of you know the source so much much better... so see if anything smells fishy about my assumptions, and perhaps comment and/or vote on strategies... -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
