[Python-Dev] AST optimizer implemented in Python

Nick Coghlan ncoghlan at gmail.com
Mon Aug 13 03:20:23 CEST 2012


On Mon, Aug 13, 2012 at 7:05 AM, Meador Inge <meadori at gmail.com> wrote:
> This is an interesting project and I would happily volunteer to help flesh
> out the details of a prototype and working on a PEP.

Also, if there are possible AST improvements that would help in 3.4+,
that option *is* on the table (this was an issue with cleaning up some
of the constant folding support - there's some silliness in the
current AST that was inherited from the 2.x series, but really isn't
needed in 3.x).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list