Malte Helmert added the comment: Here's three tests with different pythons on the same machine: # ./python ../test_times.py 8.33333333333 # python ../test_times.py 8.33333333333 # python2.5 ../test_times.py 5.0
The first Python is current trunk, built just now. The second Python is the vendor-installed (SuSE) Python 2.5. The third Python is a Python 2.5 I installed manually from source some time ago. Strange that it would differ from the second; it appears to be the same revision as the second from the greeting message. Anyway, I can reproduce the error in the trunk, which is good. This is a 64-bit SuSE Linux machine (Xeon X5355 @ 2.66GHz). _____________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1040026> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com