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 vstinner
Recipients Neal.Norwitz, vstinner
Date 2013-03-16.11:17:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363432675.84.0.752054572044.issue17430@psf.upfronthosting.co.za>
In-reply-to
Content
See my astoptimizer project which allow to implement optimizations in Python rather than in C, and using the AST rather than the bytecode.
https://bitbucket.org/haypo/astoptimizer/

I plan to add something in Python 3.4 to be able to plug arbitrary AST hook, including astoptimizer.
History
Date User Action Args
2013-03-16 11:17:55vstinnersetrecipients: + vstinner, Neal.Norwitz
2013-03-16 11:17:55vstinnersetmessageid: <1363432675.84.0.752054572044.issue17430@psf.upfronthosting.co.za>
2013-03-16 11:17:55vstinnerlinkissue17430 messages
2013-03-16 11:17:55vstinnercreate