STINNER Victor <[EMAIL PROTECTED]> added the comment: > I propose to close this as "won't fix"
I agree. > I'm not interested in 150ms speed differences when dividing 100000 digit numbers. I'm ok to close the ticket, but I'm also interrested to optimize Python. But the compiler option is not the best choice to optimize a program. I prefer changes like using a O(n) algorithm instead of O(n^2) algorithm. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4128> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com