Raymond Hettinger <[email protected]> added the comment:
The was a nice attempt at a peephole optimization. I'm rejecting it because: * too many other things need to be changed to support it * the measured win is somewhat small * we have a negative bias towards expanding the peephole optimizer * the AST may be a better place to do these kind of optimizations ---------- resolution: -> rejected status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue2268> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
