[Cython] [Help]Hacking the cython parser Code
Stefan Behnel
stefan_ml at behnel.de
Sun Mar 15 09:17:40 CET 2009
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
More information about the Cython-dev
mailing list