Chris Angelico <[email protected]>: > On Tue, Jul 14, 2015 at 10:28 PM, Marko Rauhamaa <[email protected]> wrote: >> I would rather optimize by default and disable optimizations with >> --debug or equivalent. > > That assumes that it's simply an optimization. This is a distinct > semantic change.
No, tail call optimization doesn't change the behavior of the program, for the worse anyway. Marko -- https://mail.python.org/mailman/listinfo/python-list
