[issue1040026] os.times() is bogus

Malte Helmert report at bugs.python.org
Sat Feb 23 16:34:01 CET 2008


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 <report at bugs.python.org>
<http://bugs.python.org/issue1040026>
_____________________________________


More information about the Python-bugs-list mailing list