STINNER Victor added the comment:
I'm working on a different approach: an AST optimizer. It is already able to
replace "if __debug__ and x: ...." with "if x: ..." ("pythonenv" option must be
enabled).
https://bitbucket.org/haypo/astoptimizer/
----------
nosy: +haypo
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue7682>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com