STINNER Victor added the comment:

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/

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1346238>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to