This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Neal.Norwitz, benjamin.peterson, ezio.melotti, pitrou, rhettinger, vstinner
Date 2013-04-11.10:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365674563.1.0.220350441574.issue17430@psf.upfronthosting.co.za>
In-reply-to
Content
The migration to an AST optimizer is a bit of a pie-in-the-sky project. Functionally, it doesn't have many benefits since the scope of legal static optimizations in Python is very narrow (due to the dynamic nature of the language). Therefore, the main benefit it would bring would be (presumably) easier maintenance.
History
Date User Action Args
2013-04-11 10:02:43pitrousetrecipients: + pitrou, rhettinger, vstinner, benjamin.peterson, ezio.melotti, Neal.Norwitz
2013-04-11 10:02:43pitrousetmessageid: <1365674563.1.0.220350441574.issue17430@psf.upfronthosting.co.za>
2013-04-11 10:02:43pitroulinkissue17430 messages
2013-04-11 10:02:42pitroucreate