Stefan Behnel wrote:
That means that the average innocent future maintainer could break the code by manually rearranging the expression in a way that's perfectly valid mathematically,
Another thing is that when the subexpressions concerned are function arguments, it only works if the order of the arguments happens to be the same as the required order of evaluation. Changes in the function signature can therefore lead to subtle breakage. -- Greg _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel