This mailing list is for discussing the design of Python, not its use.
The best place to ask your question is comp.lang.python.
-Brett
On Mon, Oct 13, 2008 at 12:15 PM, Malthe Borch <[EMAIL PROTECTED]> wrote:
> The ``compiler.ast`` module makes parsing Python source-code and AST
> manipulation re
The ``compiler.ast`` module makes parsing Python source-code and AST
manipulation relatively painless and it's straight-forward to implement
a transformer class.
However, I find that the ``compiler.pycodegen`` module imposes a hard
limit on the length of functions since it calculates jump poin