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 alex, belopolsky, benjamin.peterson, dmalcolm, jhylton, nnorwitz, pfalcon, rhettinger, sdahlbac, terry.reedy, thomaslee, titanstar, vstinner
Date 2014-01-03.02:20:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388715613.63.0.965128750458.issue1346238@psf.upfronthosting.co.za>
In-reply-to
Content
My astoptimizer project has an experimental support of constant folding. It works in the same file, or constants can be propagated to other files using config.add_constant('NAME', value).

https://bitbucket.org/haypo/astoptimizer/
History
Date User Action Args
2014-01-03 02:20:13vstinnersetrecipients: + vstinner, jhylton, nnorwitz, rhettinger, terry.reedy, pfalcon, belopolsky, sdahlbac, titanstar, thomaslee, benjamin.peterson, alex, dmalcolm
2014-01-03 02:20:13vstinnersetmessageid: <1388715613.63.0.965128750458.issue1346238@psf.upfronthosting.co.za>
2014-01-03 02:20:13vstinnerlinkissue1346238 messages
2014-01-03 02:20:13vstinnercreate