Robert Bradshaw wrote: > For the code generation phase, you can uncomment the lines > > # Uncomment this for debugging. > # __metaclass__ = VerboseCodeWriter > > In Node.py:119-120, which will very verbosely annotate the output
I moved the "uncommenting" step into the DebugFlags module as "debug_trace_code_generation" and added a section to the Hacker-Guide about this: http://wiki.cython.org/HackerGuide#Gettingstarted Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
